Searched refs:adjustedIndices (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 581 void *adjustedIndices = (void*)indices; in s_glDrawElements() local 589 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements() 591 (unsigned char *)adjustedIndices, in s_glDrawElements() 599 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements() 601 (unsigned short *)adjustedIndices, in s_glDrawElements() 609 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements() 611 (unsigned int *)adjustedIndices, in s_glDrawElements() 620 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 611 void *adjustedIndices = (void*)indices; in s_glDrawElements() local 619 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements() 621 (unsigned char *)adjustedIndices, in s_glDrawElements() 629 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements() 631 (unsigned short *)adjustedIndices, in s_glDrawElements() 639 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements() 641 (unsigned int *)adjustedIndices, in s_glDrawElements() 650 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, in s_glDrawElements()
|