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

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h587 GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIndexData *indexInfo);
H A DContext.cpp2064 GLenum Context::applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIndexData *indexInfo) function in class:es1::Context
2780 GLenum err = applyIndexBuffer(indices, count, mode, type, &indexInfo);
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h739 GLenum applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIndexData *indexInfo);
H A DContext.cpp1975 GLenum Context::applyIndexBuffer(const void *indices, GLsizei count, GLenum mode, GLenum type, TranslatedIndexData *indexInfo) function in class:gl::Context
2507 GLenum err = applyIndexBuffer(indices, count, mode, type, &indexInfo);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h710 GLenum applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLenum mode, GLenum type, TranslatedIndexData *indexInfo);
H A DContext.cpp3068 GLenum Context::applyIndexBuffer(const void *indices, GLuint start, GLuint end, GLsizei count, GLenum mode, GLenum type, TranslatedIndexData *indexInfo) function in class:es2::Context
3632 GLenum err = applyIndexBuffer(indices, start, end, count, mode, type, &indexInfo);

Completed in 144 milliseconds