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.cpp592 int minIndex = 0, maxIndex = 0; in s_glDrawElements() local
597 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
598 if (minIndex != 0) { in s_glDrawElements()
602 count, -minIndex); in s_glDrawElements()
607 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
608 if (minIndex != 0) { in s_glDrawElements()
612 count, -minIndex); in s_glDrawElements()
617 GLUtils::minmax<unsigned int>((unsigned int *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
618 if (minIndex != 0) { in s_glDrawElements()
622 count, -minIndex); in s_glDrawElements()
[all …]
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1115 int minIndex) { in recenterIndices() argument
1119 if (minIndex != 0) { in recenterIndices()
1127 count, -minIndex, in recenterIndices()
1136 count, -minIndex, in recenterIndices()
1145 count, -minIndex, in recenterIndices()
1380 int minIndex = 0, maxIndex = 0; in s_glDrawElements() local
1397 &minIndex, &maxIndex); in s_glDrawElements()
1406 &minIndex, in s_glDrawElements()
1430 minIndex); in s_glDrawElements()
1433 ctx->sendVertexAttributes(minIndex, maxIndex - minIndex + 1, true); in s_glDrawElements()
[all …]
DGL2Encoder.h141 int* minIndex, int* maxIndex);
144 int minIndex);