webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for rx::ContextImpl, including all inherited members.
ContextImpl(const gl::ContextState &state) | rx::ContextImpl | |
coverFillPath(const gl::Path *path, GLenum coverMode) | rx::ContextImpl | virtual |
coverFillPathInstanced(const std::vector< gl::Path *> &paths, GLenum coverMode, GLenum transformType, const GLfloat *transformValues) | rx::ContextImpl | virtual |
coverStrokePath(const gl::Path *path, GLenum coverMode) | rx::ContextImpl | virtual |
coverStrokePathInstanced(const std::vector< gl::Path *> &paths, GLenum coverMode, GLenum transformType, const GLfloat *transformValues) | rx::ContextImpl | virtual |
createBuffer()=0 | rx::GLImplFactory | pure virtual |
createCompiler()=0 | rx::GLImplFactory | pure virtual |
createFenceNV()=0 | rx::GLImplFactory | pure virtual |
createFenceSync()=0 | rx::GLImplFactory | pure virtual |
createFramebuffer(const gl::FramebufferState &data)=0 | rx::GLImplFactory | pure virtual |
createPaths(GLsizei range)=0 | rx::GLImplFactory | pure virtual |
createProgram(const gl::ProgramState &data)=0 | rx::GLImplFactory | pure virtual |
createQuery(GLenum type)=0 | rx::GLImplFactory | pure virtual |
createRenderbuffer()=0 | rx::GLImplFactory | pure virtual |
createSampler()=0 | rx::GLImplFactory | pure virtual |
createShader(const gl::ShaderState &data)=0 | rx::GLImplFactory | pure virtual |
createTexture(const gl::TextureState &state)=0 | rx::GLImplFactory | pure virtual |
createTransformFeedback(const gl::TransformFeedbackState &state)=0 | rx::GLImplFactory | pure virtual |
createVertexArray(const gl::VertexArrayState &data)=0 | rx::GLImplFactory | pure virtual |
drawArrays(GLenum mode, GLint first, GLsizei count)=0 | rx::ContextImpl | pure virtual |
drawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instanceCount)=0 | rx::ContextImpl | pure virtual |
drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, const gl::IndexRange &indexRange)=0 | rx::ContextImpl | pure virtual |
drawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instances, const gl::IndexRange &indexRange)=0 | rx::ContextImpl | pure virtual |
drawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, const gl::IndexRange &indexRange)=0 | rx::ContextImpl | pure virtual |
finish()=0 | rx::ContextImpl | pure virtual |
flush()=0 | rx::ContextImpl | pure virtual |
getCaps() const | rx::ContextImpl | inline |
getClientMajorVersion() const | rx::ContextImpl | inline |
getClientMinorVersion() const | rx::ContextImpl | inline |
getContextState() | rx::ContextImpl | inline |
getExtensions() const | rx::ContextImpl | inline |
getGLState() const | rx::ContextImpl | inline |
getGPUDisjoint()=0 | rx::ContextImpl | pure virtual |
getLimitations() const | rx::ContextImpl | inline |
getNativeCaps() const =0 | rx::ContextImpl | pure virtual |
getNativeExtensions() const =0 | rx::ContextImpl | pure virtual |
getNativeLimitations() const =0 | rx::ContextImpl | pure virtual |
getNativeTextureCaps() const =0 | rx::ContextImpl | pure virtual |
getRendererDescription() const =0 | rx::ContextImpl | pure virtual |
getResetStatus()=0 | rx::ContextImpl | pure virtual |
getTextureCaps() const | rx::ContextImpl | inline |
getTimestamp()=0 | rx::ContextImpl | pure virtual |
getVendorString() const =0 | rx::ContextImpl | pure virtual |
GLImplFactory() | rx::GLImplFactory | inline |
initialize()=0 | rx::ContextImpl | pure virtual |
insertEventMarker(GLsizei length, const char *marker)=0 | rx::ContextImpl | pure virtual |
mState | rx::ContextImpl | protected |
onMakeCurrent(const gl::ContextState &data)=0 | rx::ContextImpl | pure virtual |
popGroupMarker()=0 | rx::ContextImpl | pure virtual |
pushGroupMarker(GLsizei length, const char *marker)=0 | rx::ContextImpl | pure virtual |
stencilFillPath(const gl::Path *path, GLenum fillMode, GLuint mask) | rx::ContextImpl | virtual |
stencilFillPathInstanced(const std::vector< gl::Path *> &paths, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat *transformValues) | rx::ContextImpl | virtual |
stencilStrokePath(const gl::Path *path, GLint reference, GLuint mask) | rx::ContextImpl | virtual |
stencilStrokePathInstanced(const std::vector< gl::Path *> &paths, GLint reference, GLuint mask, GLenum transformType, const GLfloat *transformValues) | rx::ContextImpl | virtual |
stencilThenCoverFillPath(const gl::Path *path, GLenum fillMode, GLuint mask, GLenum coverMode) | rx::ContextImpl | virtual |
stencilThenCoverFillPathInstanced(const std::vector< gl::Path *> &paths, GLenum coverMode, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat *transformValues) | rx::ContextImpl | virtual |
stencilThenCoverStrokePath(const gl::Path *path, GLint reference, GLuint mask, GLenum coverMode) | rx::ContextImpl | virtual |
stencilThenCoverStrokePathInstanced(const std::vector< gl::Path *> &paths, GLenum coverMode, GLint reference, GLuint mask, GLenum transformType, const GLfloat *transformValues) | rx::ContextImpl | virtual |
syncState(const gl::State &state, const gl::State::DirtyBits &dirtyBits)=0 | rx::ContextImpl | pure virtual |
~ContextImpl() | rx::ContextImpl | virtual |
~GLImplFactory() | rx::GLImplFactory | inlinevirtual |