Searched refs:indexBuffer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp627 GLvoid *indexBuffer; local
631 context->getBuffer(bufferId, &indexBuffer, &eaBufferSize);
633 indexBuffer = indices;
640 findMinAndMaxIndices(indexBuffer, count, type, &minIndex, &maxIndex);

Completed in 28 milliseconds