Home
last modified time | relevance | path

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

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