Home
last modified time | relevance | path

Searched refs:applyIndexBuffer (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h589 …GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIn…
DContext.cpp2053 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/
DContext.h714 …GLenum applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLenum mode,…
DContext.cpp2964 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/
DContext.h739 …GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIn…
DContext.cpp1975 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()