Home
last modified time | relevance | path

Searched refs:minIndex (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp581 int minIndex = 0, maxIndex = 0; in s_glDrawElements() local
586 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
587 if (minIndex != 0) { in s_glDrawElements()
591 count, -minIndex); in s_glDrawElements()
596 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
597 if (minIndex != 0) { in s_glDrawElements()
601 count, -minIndex); in s_glDrawElements()
606 GLUtils::minmax<unsigned int>((unsigned int *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
607 if (minIndex != 0) { in s_glDrawElements()
611 count, -minIndex); in s_glDrawElements()
[all …]
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp830 int minIndex) { in recenterIndices() argument
834 if (minIndex != 0) { in recenterIndices()
842 count, -minIndex, in recenterIndices()
851 count, -minIndex, in recenterIndices()
860 count, -minIndex, in recenterIndices()
1094 int minIndex = 0, maxIndex = 0; in s_glDrawElements() local
1111 &minIndex, &maxIndex); in s_glDrawElements()
1120 &minIndex, in s_glDrawElements()
1142 minIndex); in s_glDrawElements()
1145 ctx->sendVertexAttributes(minIndex, maxIndex - minIndex + 1, true); in s_glDrawElements()
[all …]
DGL2Encoder.h114 int* minIndex, int* maxIndex);
117 int minIndex);