Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.h301 void bindCopyReadBuffer(GLuint buffer);
DContext.cpp191 bindCopyReadBuffer(0); in Context()
1294 void Context::bindCopyReadBuffer(GLuint buffer) in bindCopyReadBuffer() function in gl::Context
DlibGLESv2.cpp201 context->bindCopyReadBuffer(buffer); in glBindBuffer()