Home | History | Annotate | Download | only in src

Lines Matching refs:maxIndex

539                     GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
542 int minIndex, int maxIndex) */
585 for (GLuint i = minIndex; i < maxIndex; i++) {
601 arg_max->add_intvalue(maxIndex);
612 GLuint *minIndex, GLuint *maxIndex) {
615 *maxIndex = 0;
629 if (index > *maxIndex) *maxIndex = index;
634 GLuint minIndex, GLuint maxIndex, nsecs_t time) {
656 minIndex, maxIndex, time);
688 GLuint minIndex, maxIndex;
705 findMinAndMaxIndices(indexBuffer, count, type, &minIndex, &maxIndex);
711 trace_VertexAttribPointerData(context, minIndex, maxIndex + 1, time);