Home | History | Annotate | Download | only in vbo

Lines Matching refs:Const

47 check_buffers_are_unmapped(const struct gl_client_array **inputs)
88 const struct _mesa_prim *prim,
89 const struct _mesa_index_buffer *ib,
91 const GLuint count)
93 const GLboolean restart = ctx->Array.PrimitiveRestart;
94 const GLuint restartIndex = ctx->Array.RestartIndex;
95 const int index_size = vbo_sizeof_ib_type(ib->type);
96 const char *indices;
108 const GLuint *ui_indices = (const GLuint *)indices;
130 const GLushort *us_indices = (const GLushort *)indices;
152 const GLubyte *ub_indices = (const GLubyte *)indices;
188 const struct _mesa_prim *prims,
189 const struct _mesa_index_buffer *ib,
202 const struct _mesa_prim *start_prim;
229 const void *data = array->Ptr;
287 const void *elements, GLint basevertex)
290 const void *elemMap;
307 j = ((const GLubyte *) elements)[i];
310 j = ((const GLushort *) elements)[i];
313 j = ((const GLuint *) elements)[i];
408 const struct gl_client_array **inputs = &exec->array.inputs[0];
516 * be user-provided arrays, other will be zero-stride const-valued arrays.
554 const struct _mesa_prim *prim,
556 const struct _mesa_index_buffer *ib,
564 ctx->Const.PrimitiveRestartInSoftware &&
746 const GLvoid *map =
754 const GLubyte *us = (const GLubyte *) map;
766 const GLushort *us = (const GLushort *) map;
778 const GLuint *us = (const GLuint *) map;
807 const GLvoid *indices,
883 const GLvoid *indices,
965 GLsizei count, GLenum type, const GLvoid *indices)
985 const GLvoid *indices)
1007 const GLvoid *indices, GLint basevertex)
1030 const GLvoid *indices, GLsizei numInstances)
1053 const GLvoid *indices, GLsizei numInstances,
1078 const GLvoid *indices, GLsizei numInstances,
1104 const GLvoid *indices, GLsizei numInstances,
1132 const GLsizei *count, GLenum type,
1133 const GLvoid * const *indices,
1135 const GLint *basevertex)
1252 const GLsizei *count, GLenum type,
1253 const GLvoid **indices,
1269 const GLsizei *count, GLenum type,
1270 const GLvoid * const *indices,
1272 const GLsizei *basevertex)
1447 const GLvoid *indices)
1455 const GLvoid *indices, GLint basevertex)
1463 GLenum type, const GLvoid *indices)
1472 const GLvoid *indices, GLint basevertex)
1480 _mesa_MultiDrawElementsEXT(GLenum mode, const GLsizei *count, GLenum type,
1481 const GLvoid **indices, GLsizei primcount)
1489 const GLsizei *count, GLenum type,
1490 const GLvoid **indices, GLsizei primcount,
1491 const GLint *basevertex)