Home | History | Annotate | Download | only in c

Lines Matching full:glboolean

22 typedef unsigned char GLboolean;
73 PP_Resource context, GLboolean red, GLboolean green, GLboolean blue,
74 GLboolean alpha);
103 void (*DepthMask)(PP_Resource context, GLboolean flag);
142 void (*GetBooleanv)(PP_Resource context, GLenum pname, GLboolean* params);
187 GLboolean (*IsBuffer)(PP_Resource context, GLuint buffer);
188 GLboolean (*IsEnabled)(PP_Resource context, GLenum cap);
189 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer);
190 GLboolean (*IsProgram)(PP_Resource context, GLuint program);
191 GLboolean (*IsRenderbuffer)(PP_Resource context, GLuint renderbuffer);
192 GLboolean (*IsShader)(PP_Resource context, GLuint shader);
193 GLboolean (*IsTexture)(PP_Resource context, GLuint texture);
206 PP_Resource context, GLclampf value, GLboolean invert);
272 PP_Resource context, GLint location, GLsizei count, GLboolean transpose,
275 PP_Resource context, GLint location, GLsizei count, GLboolean transpose,
278 PP_Resource context, GLint location, GLsizei count, GLboolean transpose,
300 GLboolean normalized, GLsizei stride, const void* ptr);
342 GLboolean (*EnableFeatureCHROMIUM)(PP_Resource context, const char* feature);
367 GLboolean (*IsQueryEXT)(PP_Resource context, GLuint id);