Searched refs:adjustedIndices (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 590 void *adjustedIndices = (void*)indices; in s_glDrawElements() local 599 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements() 601 (unsigned char *)adjustedIndices, in s_glDrawElements() 610 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements() 612 (unsigned short *)adjustedIndices, in s_glDrawElements() 621 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements() 623 (unsigned int *)adjustedIndices, in s_glDrawElements() 632 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 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() [all …]
|