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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DIndexDataManager.cpp98 static void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) function in namespace:rx
110 static void computeRange(GLenum type, const GLvoid *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) function in namespace:rx
114 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex);
118 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex);
122 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex);
188 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
201 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
208 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);

Completed in 195 milliseconds