Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h584 void bindCopyReadBuffer(GLuint buffer);
DContext.cpp1142 void Context::bindCopyReadBuffer(GLuint buffer) in bindCopyReadBuffer() function in es2::Context
DlibGLESv2.cpp198 context->bindCopyReadBuffer(buffer); in BindBuffer()