Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching refs:maxIndex

558         int minIndex = 0, maxIndex = 0;
563 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex);
573 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex);
585 ctx->sendVertexData(minIndex, maxIndex - minIndex + 1);