Home
last modified time | relevance | path

Searched refs:isIndexed (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h120 …Draw(GLenum arrayType, GLESpointer* p, GLint first, GLsizei count, bool isIndexed, GLenum indicesT…
DCoreProfileEngine.cpp406 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()