Lines Matching refs:adjustedIndices
1248 void* adjustedIndices = (void*)src; in recenterIndices() local
1252 adjustedIndices = m_fixedBuffer.data(); in recenterIndices()
1258 (unsigned char *)adjustedIndices, in recenterIndices()
1267 (unsigned short *)adjustedIndices, in recenterIndices()
1276 (unsigned int *)adjustedIndices, in recenterIndices()
1286 return adjustedIndices; in recenterIndices()
1549 void *adjustedIndices = in s_glDrawElements() local
1557 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
1670 void *adjustedIndices = in s_glDrawElementsNullAEMU() local
1678 ctx->glDrawElementsDataNullAEMU(ctx, mode, count, type, adjustedIndices, in s_glDrawElementsNullAEMU()
4798 void *adjustedIndices = in s_glDrawElementsInstanced() local
4806 …ctx->glDrawElementsInstancedDataAEMU(ctx, mode, count, type, adjustedIndices, primcount, count * g… in s_glDrawElementsInstanced()
4897 void *adjustedIndices = in s_glDrawRangeElements() local
4905 … ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, count * glSizeof(type)); in s_glDrawRangeElements()