Searched refs:setupArrayForDraw (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 120 …void setupArrayForDraw(GLenum arrayType, GLESpointer* p, GLint first, GLsizei count, bool isIndexe…
|
D | GLEScmContext.cpp | 1849 core().setupArrayForDraw(array_id, p, first, count, false, 0, nullptr); in drawArrays() 1905 core().setupArrayForDraw(array_id, p, 0, count, true, type, indices); in drawElements()
|
D | CoreProfileEngine.cpp | 402 void CoreProfileEngine::setupArrayForDraw( in setupArrayForDraw() function in CoreProfileEngine
|