Searched refs:detachTexture (Results 1 – 6 of 6) sorted by relevance
49 void detachTexture(GLuint texture);
136 void detachTexture(GLuint texture);
630 void State::detachTexture(GLuint texture) in detachTexture() function in gl::State661 mReadFramebuffer->detachTexture(texture); in detachTexture()666 mDrawFramebuffer->detachTexture(texture); in detachTexture()
245 void detachTexture(GLuint texture);
212 void Framebuffer::detachTexture(GLuint textureId) in detachTexture() function in gl::Framebuffer
335 detachTexture(texture); in deleteTexture()1866 void Context::detachTexture(GLuint texture) in detachTexture() function in gl::Context1872 mState.detachTexture(texture); in detachTexture()