Home
last modified time | relevance | path

Searched refs:findMaxIndex (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h435 static unsigned int findMaxIndex(GLsizei count,GLenum type,const GLvoid* indices);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp560 validateAtt0PreDraw(findMaxIndex(count, type, indices)); in drawWithEmulations()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1144 unsigned int GLEScontext::findMaxIndex(GLsizei count,GLenum type,const GLvoid* indices) { in findMaxIndex() function in GLEScontext
1168 int maxElements = findMaxIndex(count,indices_type,indices) + 1; in convertIndirect()