Searched refs:detachTexture (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DFramebuffer.h39 void detachTexture(GLuint texture);
H A DFramebuffer.cpp77 void Framebuffer::detachTexture(GLuint texture) function in class:gl::Framebuffer
H A DContext.h445 void detachTexture(GLuint texture);
H A DContext.cpp867 detachTexture(texture);
3054 void Context::detachTexture(GLuint texture) function in class:gl::Context
3081 readFramebuffer->detachTexture(texture);
3086 drawFramebuffer->detachTexture(texture);

Completed in 72 milliseconds