Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DFramebuffer.h49 void detachTexture(GLuint texture);
DState.h136 void detachTexture(GLuint texture);
DState.cpp630 void State::detachTexture(GLuint texture) in detachTexture() function in gl::State
661 mReadFramebuffer->detachTexture(texture); in detachTexture()
666 mDrawFramebuffer->detachTexture(texture); in detachTexture()
DContext.h245 void detachTexture(GLuint texture);
DFramebuffer.cpp212 void Framebuffer::detachTexture(GLuint textureId) in detachTexture() function in gl::Framebuffer
DContext.cpp335 detachTexture(texture); in deleteTexture()
1866 void Context::detachTexture(GLuint texture) in detachTexture() function in gl::Context
1872 mState.detachTexture(texture); in detachTexture()