Lines Matching defs:count
42 * When EXT_vertex_array was moved into the core GL spec, the \c count
51 GLsizei count, const GLvoid * pointer)
53 (void) count;
59 GLsizei count, const GLboolean * pointer)
61 (void) count;
67 GLsizei count, const GLvoid * pointer)
69 (void) count;
74 __indirect_glNormalPointerEXT(GLenum type, GLsizei stride, GLsizei count,
77 (void) count;
83 GLsizei count, const GLvoid * pointer)
85 (void) count;
91 GLsizei count, const GLvoid * pointer)
93 (void) count;
129 GLubyte count;
180 /* If the 'count' for a subarray is non-zero, then the offset of its
185 offsets[i] = (modes[idx][i].count != 0) ? size : -1;
195 __indirect_glTexCoordPointer(modes[idx][0].count, GL_FLOAT,
200 __indirect_glColorPointer(modes[idx][1].count, modes[idx][1].type,
210 __indirect_glVertexPointer(modes[idx][3].count, GL_FLOAT,