Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DFramebuffer.h45 void detachTexture(GLuint texture);
DFramebuffer.cpp82 void Framebuffer::detachTexture(GLuint texture) in detachTexture() function in es1::Framebuffer
DContext.h592 void detachTexture(GLuint texture);
DContext.cpp962 detachTexture(texture); in deleteTexture()
3019 void Context::detachTexture(GLuint texture) in detachTexture() function in es1::Context
3045 framebuffer->detachTexture(texture); in detachTexture()
/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h51 void detachTexture(GLuint texture);
DFramebuffer.cpp129 void Framebuffer::detachTexture(GLuint texture) in detachTexture() function in es2::Framebuffer
DContext.cpp996 detachTexture(texture); in deleteTexture()
3872 void Context::detachTexture(GLuint texture) in detachTexture() function in es2::Context
3899 readFramebuffer->detachTexture(texture); in detachTexture()
3904 drawFramebuffer->detachTexture(texture); in detachTexture()
DContext.h719 void detachTexture(GLuint texture);