Home
last modified time | relevance | path

Searched refs:drawElements (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h177 void drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
DGLEScmContext.h134 void drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
DGLEScmContext.cpp1872 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()
DCoreProfileEngine.cpp982 void CoreProfileEngine::drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices… in drawElements() function in CoreProfileEngine
DGLEScmImp.cpp918 ctx->drawElements(mode, count, type, elementsIndices); in glDrawElements()