Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h587 …GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIn…
DContext.cpp2065 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/
DContext.h711 …GLenum applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLenum mode,…
DContext.cpp3041 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()