Searched refs:minIndex (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 586 int minIndex = 0, maxIndex = 0; in s_glDrawElements() local 591 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex); in s_glDrawElements() 592 if (minIndex != 0) { in s_glDrawElements() 597 count, -minIndex); in s_glDrawElements() 602 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex); in s_glDrawElements() 603 if (minIndex != 0) { in s_glDrawElements() 608 count, -minIndex); in s_glDrawElements() 613 GLUtils::minmax<unsigned int>((unsigned int *)indices, count, &minIndex, &maxIndex); in s_glDrawElements() 614 if (minIndex != 0) { in s_glDrawElements() 619 count, -minIndex); in s_glDrawElements() [all …]
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 1120 int minIndex) { in recenterIndices() argument 1124 if (minIndex != 0) { in recenterIndices() 1133 count, -minIndex, in recenterIndices() 1142 count, -minIndex, in recenterIndices() 1151 count, -minIndex, in recenterIndices() 1367 int minIndex = 0, maxIndex = 0; in s_glDrawElements() local 1384 &minIndex, &maxIndex); in s_glDrawElements() 1393 &minIndex, in s_glDrawElements() 1415 minIndex); in s_glDrawElements() 1418 ctx->sendVertexAttributes(minIndex, maxIndex - minIndex + 1, true); in s_glDrawElements() [all …]
|
D | GL2Encoder.h | 150 int* minIndex, int* maxIndex); 153 int minIndex);
|