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.cpp585 void *adjustedIndices = (void*)indices; in s_glDrawElements() local
594 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements()
596 (unsigned char *)adjustedIndices, in s_glDrawElements()
605 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements()
607 (unsigned short *)adjustedIndices, in s_glDrawElements()
616 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements()
618 (unsigned int *)adjustedIndices, in s_glDrawElements()
627 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1122 void* adjustedIndices = (void*)src; in recenterIndices() local
1126 adjustedIndices = m_fixedBuffer.data(); in recenterIndices()
1132 (unsigned char *)adjustedIndices, in recenterIndices()
1141 (unsigned short *)adjustedIndices, in recenterIndices()
1150 (unsigned int *)adjustedIndices, in recenterIndices()
1160 return adjustedIndices; in recenterIndices()
1411 void *adjustedIndices = in s_glDrawElements() local
1419 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
1527 void *adjustedIndices = in s_glDrawElementsNullAEMU() local
1535 ctx->glDrawElementsDataNullAEMU(ctx, mode, count, type, adjustedIndices, in s_glDrawElementsNullAEMU()
[all …]