Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h456 void bindElementArrayBuffer(GLuint buffer);
DContext.cpp159 bindElementArrayBuffer(0); in Context()
1013 void Context::bindElementArrayBuffer(unsigned int buffer) in bindElementArrayBuffer() function in es1::Context
DlibGLES_CM.cpp114 context->bindElementArrayBuffer(buffer); in BindBuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h583 void bindElementArrayBuffer(GLuint buffer);
DContext.cpp157 bindElementArrayBuffer(0); in Context()
1135 void Context::bindElementArrayBuffer(unsigned int buffer) in bindElementArrayBuffer() function in es2::Context
DlibGLESv2.cpp195 context->bindElementArrayBuffer(buffer); in BindBuffer()