Lines Matching refs:GLboolean

64         GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
1038 /* GLboolean glIsProgramPipeline ( GLuint pipeline ) */
1042 GLboolean _returnValue;
2107 /* void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2139 (GLboolean)transpose,
2153 /* void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2171 (GLboolean)transpose,
2179 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2211 (GLboolean)transpose,
2225 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2243 (GLboolean)transpose,
2251 /* void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2283 (GLboolean)transpose,
2297 /* void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2315 (GLboolean)transpose,
2323 /* void glProgramUniformMatrix2x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2355 (GLboolean)transpose,
2369 /* void glProgramUniformMatrix2x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2387 (GLboolean)transpose,
2395 /* void glProgramUniformMatrix3x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2427 (GLboolean)transpose,
2441 /* void glProgramUniformMatrix3x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2459 (GLboolean)transpose,
2467 /* void glProgramUniformMatrix2x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2499 (GLboolean)transpose,
2513 /* void glProgramUniformMatrix2x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2531 (GLboolean)transpose,
2539 /* void glProgramUniformMatrix4x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2571 (GLboolean)transpose,
2585 /* void glProgramUniformMatrix4x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2603 (GLboolean)transpose,
2611 /* void glProgramUniformMatrix3x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2643 (GLboolean)transpose,
2657 /* void glProgramUniformMatrix3x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2675 (GLboolean)transpose,
2683 /* void glProgramUniformMatrix4x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2715 (GLboolean)transpose,
2729 /* void glProgramUniformMatrix4x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2747 (GLboolean)transpose,
2783 /* void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format ) */
2791 (GLboolean)layered,
2798 /* void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data ) */
2805 GLboolean *data_base = (GLboolean *) 0;
2807 GLboolean *data = (GLboolean *) 0;
2822 data_base = (GLboolean *)
2829 (GLboolean *)data
2842 /* void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data ) */
2849 GLboolean *data = (GLboolean *) 0;
2851 data = (GLboolean *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
2854 data = (GLboolean *) (_dataBase + _bufferOffset);
2859 (GLboolean *)data
2884 /* void glTexStorage2DMultisample ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations ) */
2894 (GLboolean)fixedsamplelocations
3131 /* void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) */
3139 (GLboolean)normalized,