Searched refs:isIndexed (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 120 …Draw(GLenum arrayType, GLESpointer* p, GLint first, GLsizei count, bool isIndexed, GLenum indicesT…
|
D | CoreProfileEngine.cpp | 406 bool isIndexed, GLenum indicesType, const GLvoid* indices) { in setupArrayForDraw() argument 417 if (isIndexed) { in setupArrayForDraw() 451 …bool convert = mCtx->doConvert(arrs, first, count, indicesType, indices, !isIndexed, p, arrayType); in setupArrayForDraw()
|