• Home
  • Raw
  • Download

Lines Matching refs:GLboolean

73 typedef unsigned char GLboolean;  typedef
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean
412 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
435 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *data);
458 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
459 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
462 GL_APICALL GLboolean GL_APIENTRY glIsRenderbuffer (GLuint renderbuffer);
463 GL_APICALL GLboolean GL_APIENTRY glIsShader (GLuint shader);
464 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
472 GL_APICALL void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert);
504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
517 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean
838 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);
843 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer (GLenum target);
846 GL_APICALL void GL_APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpos…
847 GL_APICALL void GL_APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpos…
848 GL_APICALL void GL_APIENTRY glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpos…
849 GL_APICALL void GL_APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpos…
850 GL_APICALL void GL_APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpos…
851 GL_APICALL void GL_APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpos…
860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
900 GL_APICALL GLboolean GL_APIENTRY glIsSync (GLsync sync);
910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
922 GL_APICALL GLboolean GL_APIENTRY glIsTransformFeedback (GLuint id);
1127 GL_APICALL GLboolean GL_APIENTRY glIsProgramPipeline (GLuint pipeline);
1153 …ProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1154 …ProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1155 …ProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1156 …ogramUniformMatrix2x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1157 …ogramUniformMatrix3x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1158 …ogramUniformMatrix2x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1159 …ogramUniformMatrix4x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1160 …ogramUniformMatrix3x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1161 …ogramUniformMatrix4x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1164 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean
1165 GL_APICALL void GL_APIENTRY glGetBooleani_v (GLenum target, GLuint index, GLboolean *data);
1168 … GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocat…
1174 …NTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…