Lines Matching refs:GLboolean

81 typedef unsigned char GLboolean;  typedef
404 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLb…
420 typedef void (GL_APIENTRYP PFNGLDEPTHMASKPROC) (GLboolean flag);
443 typedef void (GL_APIENTRYP PFNGLGETBOOLEANVPROC) (GLenum pname, GLboolean *data);
466 typedef GLboolean (GL_APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer);
467 typedef GLboolean (GL_APIENTRYP PFNGLISENABLEDPROC) (GLenum cap);
468 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
469 typedef GLboolean (GL_APIENTRYP PFNGLISPROGRAMPROC) (GLuint program);
470 typedef GLboolean (GL_APIENTRYP PFNGLISRENDERBUFFERPROC) (GLuint renderbuffer);
471 typedef GLboolean (GL_APIENTRYP PFNGLISSHADERPROC) (GLuint shader);
472 typedef GLboolean (GL_APIENTRYP PFNGLISTEXTUREPROC) (GLuint texture);
480 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert);
512 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean tra…
513 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean tra…
514 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean tra…
525 …P PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsi…
547 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean
563 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
586 GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *data);
609 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
610 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
611 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
612 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
613 GL_APICALL GLboolean GL_APIENTRY glIsRenderbuffer (GLuint renderbuffer);
614 GL_APICALL GLboolean GL_APIENTRY glIsShader (GLuint shader);
615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
623 GL_APICALL void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert);
655 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
656 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
657 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
668 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean
1006 typedef GLboolean (GL_APIENTRYP PFNGLISQUERYPROC) (GLuint id);
1011 typedef GLboolean (GL_APIENTRYP PFNGLUNMAPBUFFERPROC) (GLenum target);
1014 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean t…
1015 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean t…
1016 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean t…
1017 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean t…
1018 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X4FVPROC) (GLint location, GLsizei count, GLboolean t…
1019 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X3FVPROC) (GLint location, GLsizei count, GLboolean t…
1028 typedef GLboolean (GL_APIENTRYP PFNGLISVERTEXARRAYPROC) (GLuint array);
1068 typedef GLboolean (GL_APIENTRYP PFNGLISSYNCPROC) (GLsync sync);
1078 typedef GLboolean (GL_APIENTRYP PFNGLISSAMPLERPROC) (GLuint sampler);
1090 typedef GLboolean (GL_APIENTRYP PFNGLISTRANSFORMFEEDBACKPROC) (GLuint id);
1111 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);
1116 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer (GLenum target);
1119 GL_APICALL void GL_APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpos…
1120 GL_APICALL void GL_APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpos…
1121 GL_APICALL void GL_APIENTRY glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpos…
1122 GL_APICALL void GL_APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpos…
1123 GL_APICALL void GL_APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpos…
1124 GL_APICALL void GL_APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpos…
1133 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
1173 GL_APICALL GLboolean GL_APIENTRY glIsSync (GLsync sync);
1183 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
1195 GL_APICALL GLboolean GL_APIENTRY glIsTransformFeedback (GLuint id);
1401 typedef GLboolean (GL_APIENTRYP PFNGLISPROGRAMPIPELINEPROC) (GLuint pipeline);
1427 …AMUNIFORMMATRIX2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1428 …AMUNIFORMMATRIX3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1429 …AMUNIFORMMATRIX4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1430 …UNIFORMMATRIX2X3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1431 …UNIFORMMATRIX3X2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1432 …UNIFORMMATRIX2X4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1433 …UNIFORMMATRIX4X2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1434 …UNIFORMMATRIX3X4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1435 …UNIFORMMATRIX4X3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1438 …P PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint l…
1439 typedef void (GL_APIENTRYP PFNGLGETBOOLEANI_VPROC) (GLenum target, GLuint index, GLboolean *data);
1442 … GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocat…
1448 …GLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…
1470 GL_APICALL GLboolean GL_APIENTRY glIsProgramPipeline (GLuint pipeline);
1496 …ProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1497 …ProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1498 …ProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1499 …ogramUniformMatrix2x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1500 …ogramUniformMatrix3x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1501 …ogramUniformMatrix2x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1502 …ogramUniformMatrix4x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1503 …ogramUniformMatrix3x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1504 …ogramUniformMatrix4x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const…
1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean
1508 GL_APICALL void GL_APIENTRY glGetBooleani_v (GLenum target, GLuint index, GLboolean *data);
1511 … GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocat…
1517 …NTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…