Lines Matching refs:indices

1085 void GL2Encoder::calcIndexRange(const void* indices,  in calcIndexRange()  argument
1094 (unsigned char *)indices, count, in calcIndexRange()
1101 (unsigned short *)indices, count, in calcIndexRange()
1108 (unsigned int *)indices, count, in calcIndexRange()
1344 …Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices) in s_glDrawElements() argument
1377 offset = (GLintptr)indices; in s_glDrawElements()
1378 indices = &buf->m_fixedBuffer[offset]; in s_glDrawElements()
1380 indices, in s_glDrawElements()
1390 ctx->calcIndexRange(indices, in s_glDrawElements()
1412 ctx->recenterIndices(indices, in s_glDrawElements()
1456 …:s_glDrawElementsNullAEMU(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices) in s_glDrawElementsNullAEMU() argument
1468 GLintptr offset = (GLintptr)indices; in s_glDrawElementsNullAEMU()
1492 offset = (GLintptr)indices; in s_glDrawElementsNullAEMU()
1493 indices = &buf->m_fixedBuffer[offset]; in s_glDrawElementsNullAEMU()
1495 indices, in s_glDrawElementsNullAEMU()
1506 ctx->calcIndexRange(indices, in s_glDrawElementsNullAEMU()
1528 ctx->recenterIndices(indices, in s_glDrawElementsNullAEMU()
4151 …stanced(void* self, GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei primcoun… in s_glDrawElementsInstanced() argument
4185 offset = (GLintptr)indices; in s_glDrawElementsInstanced()
4186 indices = &buf->m_fixedBuffer[offset]; in s_glDrawElementsInstanced()
4188 indices, in s_glDrawElementsInstanced()
4198 ctx->calcIndexRange(indices, in s_glDrawElementsInstanced()
4221 ctx->recenterIndices(indices, in s_glDrawElementsInstanced()
4242 …void* self, GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void* indices) in s_glDrawRangeElements() argument
4277 offset = (GLintptr)indices; in s_glDrawRangeElements()
4278 void* oldIndices = (void*)indices; in s_glDrawRangeElements()
4279 indices = &buf->m_fixedBuffer[offset]; in s_glDrawRangeElements()
4283 indices); in s_glDrawRangeElements()
4285 indices, in s_glDrawRangeElements()
4295 ctx->calcIndexRange(indices, in s_glDrawRangeElements()
4318 ctx->recenterIndices(indices, in s_glDrawRangeElements()