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.cpp559 void *adjustedIndices = (void*)indices; in s_glDrawElements() local
567 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
569 (unsigned char *)adjustedIndices, in s_glDrawElements()
577 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
579 (unsigned short *)adjustedIndices, in s_glDrawElements()
588 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp510 void *adjustedIndices = (void*)indices; in s_glDrawElements() local
518 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
520 (unsigned char *)adjustedIndices, in s_glDrawElements()
528 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
530 (unsigned short *)adjustedIndices, in s_glDrawElements()
539 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()