Searched refs:applyIndexBuffer (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 589 …GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIn…
|
D | Context.cpp | 2053 GLenum Context::applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, Tran… in applyIndexBuffer() function in es1::Context 2769 GLenum err = applyIndexBuffer(indices, count, mode, type, &indexInfo); in drawElements()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 714 …GLenum applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLenum mode,…
|
D | Context.cpp | 2964 GLenum Context::applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLen… in applyIndexBuffer() function in es2::Context 3501 GLenum err = applyIndexBuffer(indices, start, end, count, mode, type, &indexInfo); in drawElements()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.h | 739 …GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIn…
|
D | Context.cpp | 1975 GLenum Context::applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, Tran… in applyIndexBuffer() function in gl::Context 2507 GLenum err = applyIndexBuffer(indices, count, mode, type, &indexInfo); in drawElements()
|