Home
last modified time | relevance | path

Searched refs:adjustedIndices (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp580 void *adjustedIndices = (void*)indices; in s_glDrawElements() local
588 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
590 (unsigned char *)adjustedIndices, in s_glDrawElements()
598 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
600 (unsigned short *)adjustedIndices, in s_glDrawElements()
608 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
610 (unsigned int *)adjustedIndices, in s_glDrawElements()
619 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp832 void* adjustedIndices = (void*)src; in recenterIndices() local
835 adjustedIndices = m_fixedBuffer.alloc(glSizeof(type) * count); in recenterIndices()
841 (unsigned char *)adjustedIndices, in recenterIndices()
850 (unsigned short *)adjustedIndices, in recenterIndices()
859 (unsigned int *)adjustedIndices, in recenterIndices()
869 return adjustedIndices; in recenterIndices()
1138 void *adjustedIndices = in s_glDrawElements() local
1146 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
3611 void *adjustedIndices = in s_glDrawElementsInstanced() local
3619 …ctx->glDrawElementsInstancedDataAEMU(ctx, mode, count, type, adjustedIndices, primcount, count * g… in s_glDrawElementsInstanced()
[all …]