Home
last modified time | relevance | path

Searched refs:bindElementArrayBuffer (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h458 void bindElementArrayBuffer(GLuint buffer);
DContext.cpp153 bindElementArrayBuffer(0); in Context()
1008 void Context::bindElementArrayBuffer(unsigned int buffer) in bindElementArrayBuffer() function in es1::Context
DlibGLES_CM.cpp148 context->bindElementArrayBuffer(buffer); in BindBuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h587 void bindElementArrayBuffer(GLuint buffer);
DContext.cpp150 bindElementArrayBuffer(0); in Context()
1144 void Context::bindElementArrayBuffer(unsigned int buffer) in bindElementArrayBuffer() function in es2::Context
DlibGLESv2.cpp256 context->bindElementArrayBuffer(buffer); in BindBuffer()
/external/swiftshader/src/OpenGL/libGL/
DContext.h623 void bindElementArrayBuffer(GLuint buffer);
DContext.cpp143 bindElementArrayBuffer(0); in Context()
934 void Context::bindElementArrayBuffer(unsigned int buffer) in bindElementArrayBuffer() function in gl::Context
DlibGL.cpp274 context->bindElementArrayBuffer(buffer); in glBindBuffer()