Searched refs:drawElements (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 177 void drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
|
D | GLEScmContext.h | 134 void drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
|
D | GLEScmContext.cpp | 1872 void GLEScmContext::drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) { in drawElements() function in GLEScmContext 1912 core().drawElements(mode, count, type, indices); in drawElements()
|
D | CoreProfileEngine.cpp | 982 void CoreProfileEngine::drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices… in drawElements() function in CoreProfileEngine
|
D | GLEScmImp.cpp | 918 ctx->drawElements(mode, count, type, elementsIndices); in glDrawElements()
|