Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching full:minindex

511         int minIndex = 0, maxIndex = 0;
516 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex);
517 if (minIndex != 0) {
521 count, -minIndex);
526 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex);
527 if (minIndex != 0) {
531 count, -minIndex);
538 ctx->sendVertexAttributes(minIndex, maxIndex - minIndex + 1);