Searched refs:applyIndexBuffer (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 587 …GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIn…
|
D | Context.cpp | 2065 GLenum Context::applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, Tran… in applyIndexBuffer() function in es1::Context 2781 GLenum err = applyIndexBuffer(indices, count, mode, type, &indexInfo); in drawElements()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 711 …GLenum applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLenum mode,…
|
D | Context.cpp | 3041 GLenum Context::applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLen… in applyIndexBuffer() function in es2::Context 3669 GLenum err = applyIndexBuffer(indices, start, end, count, mode, type, &indexInfo); in drawElements()
|