This is the complete list of members for gl::ValidationContext, including all inherited members.
| getCaps() const | gl::ValidationContext | inline |
| getClientMajorVersion() const | gl::ValidationContext | inline |
| getClientMinorVersion() const | gl::ValidationContext | inline |
| getContextState() const | gl::ValidationContext | inline |
| getExtensions() const | gl::ValidationContext | inline |
| getGLState() const | gl::ValidationContext | inline |
| getGLVersion() const | gl::ValidationContext | inline |
| getIndexedQueryParameterInfo(GLenum target, GLenum *type, unsigned int *numParams) | gl::ValidationContext | |
| getLimitations() const | gl::ValidationContext | inline |
| getProgram(GLuint handle) const | gl::ValidationContext | |
| getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) | gl::ValidationContext | |
| getShader(GLuint handle) const | gl::ValidationContext | |
| getTextureCaps() const | gl::ValidationContext | inline |
| handleError(const Error &error)=0 | gl::ValidationContext | pure virtual |
| mSkipValidation | gl::ValidationContext | protected |
| mState | gl::ValidationContext | protected |
| NonCopyable()=default | angle::NonCopyable | private |
| NonCopyable(const NonCopyable &)=delete | angle::NonCopyable | private |
| operator=(const NonCopyable &)=delete | angle::NonCopyable | private |
| skipValidation() const | gl::ValidationContext | inline |
| ValidationContext(GLint clientMajorVersion, GLint clientMinorVersion, State *state, const Caps &caps, const TextureCapsMap &textureCaps, const Extensions &extensions, const ResourceManager *resourceManager, const Limitations &limitations, bool skipValidation) | gl::ValidationContext | |
| ~NonCopyable()=default | angle::NonCopyable | private |
| ~ValidationContext() | gl::ValidationContext | inlinevirtual |