Home | History | Annotate | Download | only in c

Lines Matching defs:GLboolean

25 typedef unsigned char GLboolean;
95 GLboolean red,
96 GLboolean green,
97 GLboolean blue,
98 GLboolean alpha);
153 void (*DepthMask)(PP_Resource context, GLboolean flag);
214 void (*GetBooleanv)(PP_Resource context, GLenum pname, GLboolean* params);
292 GLboolean (*IsBuffer)(PP_Resource context, GLuint buffer);
293 GLboolean (*IsEnabled)(PP_Resource context, GLenum cap);
294 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer);
295 GLboolean (*IsProgram)(PP_Resource context, GLuint program);
296 GLboolean (*IsRenderbuffer)(PP_Resource context, GLuint renderbuffer);
297 GLboolean (*IsShader)(PP_Resource context, GLuint shader);
298 GLboolean (*IsTexture)(PP_Resource context, GLuint texture);
317 void (*SampleCoverage)(PP_Resource context, GLclampf value, GLboolean invert);
448 GLboolean transpose,
453 GLboolean transpose,
458 GLboolean transpose,
494 GLboolean normalized,
565 GLboolean (*EnableFeatureCHROMIUM)(PP_Resource context, const char* feature);
601 GLboolean (*IsQueryEXT)(PP_Resource context, GLuint id);