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