Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DState.h159 bool removeDrawFramebufferBinding(GLuint framebuffer);
DState.cpp800 bool State::removeDrawFramebufferBinding(GLuint framebuffer) in removeDrawFramebufferBinding() function in gl::State
DContext.cpp1908 if (mState.removeDrawFramebufferBinding(framebuffer)) in detachFramebuffer()