Home
last modified time | relevance | path

Searched refs:bindCopyWriteBuffer (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h585 void bindCopyWriteBuffer(GLuint buffer);
DContext.cpp1149 void Context::bindCopyWriteBuffer(GLuint buffer) in bindCopyWriteBuffer() function in es2::Context
DlibGLESv2.cpp201 context->bindCopyWriteBuffer(buffer); in BindBuffer()