Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h120 …void setupArrayForDraw(GLenum arrayType, GLESpointer* p, GLint first, GLsizei count, bool isIndexe…
DGLEScmContext.cpp1849 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()
DCoreProfileEngine.cpp402 void CoreProfileEngine::setupArrayForDraw( in setupArrayForDraw() function in CoreProfileEngine