Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h455 void bindArrayBuffer(GLuint buffer);
DContext.cpp158 bindArrayBuffer(0); in Context()
1006 void Context::bindArrayBuffer(unsigned int buffer) in bindArrayBuffer() function in es1::Context
DlibGLES_CM.cpp111 context->bindArrayBuffer(buffer); in BindBuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h582 void bindArrayBuffer(GLuint buffer);
DContext.cpp156 bindArrayBuffer(0); in Context()
1128 void Context::bindArrayBuffer(unsigned int buffer) in bindArrayBuffer() function in es2::Context
DlibGLESv2.cpp192 context->bindArrayBuffer(buffer); in BindBuffer()