webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rx::FramebufferVk Class Reference

#include <FramebufferVk.h>

Inheritance diagram for rx::FramebufferVk:
rx::FramebufferImpl angle::NonCopyable

Public Member Functions

 FramebufferVk (const gl::FramebufferState &state)
 
 ~FramebufferVk () override
 
gl::Error discard (size_t count, const GLenum *attachments) override
 
gl::Error invalidate (size_t count, const GLenum *attachments) override
 
gl::Error invalidateSub (size_t count, const GLenum *attachments, const gl::Rectangle &area) override
 
gl::Error clear (ContextImpl *context, GLbitfield mask) override
 
gl::Error clearBufferfv (ContextImpl *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) override
 
gl::Error clearBufferuiv (ContextImpl *context, GLenum buffer, GLint drawbuffer, const GLuint *values) override
 
gl::Error clearBufferiv (ContextImpl *context, GLenum buffer, GLint drawbuffer, const GLint *values) override
 
gl::Error clearBufferfi (ContextImpl *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) override
 
GLenum getImplementationColorReadFormat () const override
 
GLenum getImplementationColorReadType () const override
 
gl::Error readPixels (ContextImpl *context, const gl::Rectangle &area, GLenum format, GLenum type, GLvoid *pixels) const override
 
gl::Error blit (ContextImpl *context, const gl::Rectangle &sourceArea, const gl::Rectangle &destArea, GLbitfield mask, GLenum filter) override
 
bool checkStatus () const override
 
void syncState (const gl::Framebuffer::DirtyBits &dirtyBits) override
 
- Public Member Functions inherited from rx::FramebufferImpl
 FramebufferImpl (const gl::FramebufferState &state)
 
virtual ~FramebufferImpl ()
 
const gl::FramebufferStategetState () const
 

Additional Inherited Members

- Protected Attributes inherited from rx::FramebufferImpl
const gl::FramebufferStatemState
 

Constructor & Destructor Documentation

◆ FramebufferVk()

rx::FramebufferVk::FramebufferVk ( const gl::FramebufferState state)

◆ ~FramebufferVk()

rx::FramebufferVk::~FramebufferVk ( )
override

Member Function Documentation

◆ blit()

gl::Error rx::FramebufferVk::blit ( ContextImpl context,
const gl::Rectangle sourceArea,
const gl::Rectangle destArea,
GLbitfield  mask,
GLenum  filter 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ checkStatus()

bool rx::FramebufferVk::checkStatus ( ) const
overridevirtual

Implements rx::FramebufferImpl.

◆ clear()

gl::Error rx::FramebufferVk::clear ( ContextImpl context,
GLbitfield  mask 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ clearBufferfi()

gl::Error rx::FramebufferVk::clearBufferfi ( ContextImpl context,
GLenum  buffer,
GLint  drawbuffer,
GLfloat  depth,
GLint  stencil 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ clearBufferfv()

gl::Error rx::FramebufferVk::clearBufferfv ( ContextImpl context,
GLenum  buffer,
GLint  drawbuffer,
const GLfloat values 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ clearBufferiv()

gl::Error rx::FramebufferVk::clearBufferiv ( ContextImpl context,
GLenum  buffer,
GLint  drawbuffer,
const GLint values 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ clearBufferuiv()

gl::Error rx::FramebufferVk::clearBufferuiv ( ContextImpl context,
GLenum  buffer,
GLint  drawbuffer,
const GLuint values 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ discard()

gl::Error rx::FramebufferVk::discard ( size_t  count,
const GLenum attachments 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ getImplementationColorReadFormat()

GLenum rx::FramebufferVk::getImplementationColorReadFormat ( ) const
overridevirtual

Implements rx::FramebufferImpl.

◆ getImplementationColorReadType()

GLenum rx::FramebufferVk::getImplementationColorReadType ( ) const
overridevirtual

Implements rx::FramebufferImpl.

◆ invalidate()

gl::Error rx::FramebufferVk::invalidate ( size_t  count,
const GLenum attachments 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ invalidateSub()

gl::Error rx::FramebufferVk::invalidateSub ( size_t  count,
const GLenum attachments,
const gl::Rectangle area 
)
overridevirtual

Implements rx::FramebufferImpl.

◆ readPixels()

gl::Error rx::FramebufferVk::readPixels ( ContextImpl context,
const gl::Rectangle area,
GLenum  format,
GLenum  type,
GLvoid pixels 
) const
overridevirtual

Implements rx::FramebufferImpl.

◆ syncState()

void rx::FramebufferVk::syncState ( const gl::Framebuffer::DirtyBits dirtyBits)
overridevirtual

Implements rx::FramebufferImpl.


The documentation for this class was generated from the following files: