Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:gl

12 namespace gl
24 bool ValidImageSize(const gl::Context *context, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth);
25 bool ValidCompressedImageSize(const gl::Context *context, GLenum internalFormat, GLsizei width, GLsizei height);
26 bool ValidQueryType(const gl::Context *context, GLenum queryType);
27 bool ValidProgram(const gl::Context *context, GLuint id);
29 bool ValidateRenderbufferStorageParameters(const gl::Context *context, GLenum target, GLsizei samples,
32 bool ValidateFramebufferRenderbufferParameters(gl::Context *context, GLenum target, GLenum attachment,
35 bool ValidateBlitFramebufferParameters(gl::Context *context, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
41 bool ValidateTexParamParameters(gl::Context *context, GLenum pname, GLint param);
45 bool ValidateReadPixelsParameters(gl::Context *context, GLint x, GLint y, GLsizei width, GLsizei height,
48 bool ValidateBeginQuery(gl::Context *context, GLenum target, GLuint id);
49 bool ValidateEndQuery(gl::Context *context, GLenum target);
51 bool ValidateUniform(gl::Context *context, GLenum uniformType, GLint location, GLsizei count);
52 bool ValidateUniformMatrix(gl::Context *context, GLenum matrixType, GLint location, GLsizei count,
55 bool ValidateStateQuery(gl::Context *context, GLenum pname, GLenum *nativeType, unsigned int *numParams);
57 bool ValidateCopyTexImageParametersBase(gl::Context* context, GLenum target, GLint level, GLenum internalformat, bool isSubImage,