Lines Matching refs:count

669     // C function void glDrawArrays ( GLenum mode, GLint first, GLsizei count )
674 int count
677 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
681 int count,
686 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
690 int count,
903 // C function void glGetAttachedShaders ( GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders )
908 int[] count,
914 // C function void glGetAttachedShaders ( GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders )
919 java.nio.IntBuffer count,
1377 // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
1515 // C function void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
1519 int count,
1524 // C function void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
1528 int count,
1539 // C function void glUniform1iv ( GLint location, GLsizei count, const GLint *v )
1543 int count,
1548 // C function void glUniform1iv ( GLint location, GLsizei count, const GLint *v )
1552 int count,
1564 // C function void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
1568 int count,
1573 // C function void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
1577 int count,
1589 // C function void glUniform2iv ( GLint location, GLsizei count, const GLint *v )
1593 int count,
1598 // C function void glUniform2iv ( GLint location, GLsizei count, const GLint *v )
1602 int count,
1615 // C function void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
1619 int count,
1624 // C function void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
1628 int count,
1641 // C function void glUniform3iv ( GLint location, GLsizei count, const GLint *v )
1645 int count,
1650 // C function void glUniform3iv ( GLint location, GLsizei count, const GLint *v )
1654 int count,
1668 // C function void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v )
1672 int count,
1677 // C function void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v )
1681 int count,
1695 // C function void glUniform4iv ( GLint location, GLsizei count, const GLint *v )
1699 int count,
1704 // C function void glUniform4iv ( GLint location, GLsizei count, const GLint *v )
1708 int count,
1712 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1716 int count,
1722 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1726 int count,
1731 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1735 int count,
1741 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1745 int count,
1750 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1754 int count,
1760 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1764 int count,