Searched refs:deleteTexture (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/libs/hwui/
H A DGlLayer.cpp49 texture.deleteTexture();
54 texture.deleteTexture();
H A DImage.cpp55 Caches::getInstance().textureState().deleteTexture(mTexture);
H A DTextureCache.cpp75 texture->deleteTexture();
195 hardwareIter->second->deleteTexture();
205 iter.second->deleteTexture();
H A DTexture.h79 void deleteTexture();
217 texture->deleteTexture();
H A DGpuMemoryTracker.cpp133 const_cast<Texture*>(texture)->deleteTexture();
H A DOpenGLReadback.cpp234 caches.textureState().deleteTexture(texture);
270 sourceTexture.deleteTexture();
H A DTexture.cpp84 void Texture::deleteTexture() { function in class:android::uirenderer::Texture
85 mCaches.textureState().deleteTexture(mId);
H A DTextDropShadowCache.cpp134 texture->deleteTexture();
H A DGradientCache.cpp101 texture->deleteTexture();
H A DPathCache.cpp245 texture->deleteTexture();
/frameworks/base/libs/hwui/renderstate/
H A DTextureState.h66 void deleteTexture(GLuint texture);
H A DTextureState.cpp48 mShadowLutTexture->deleteTexture();
113 void TextureState::deleteTexture(GLuint texture) { function in class:android::TextureState
H A DOffscreenBufferPool.cpp109 texture.deleteTexture();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java101 GLToolbox.deleteTexture(mTexId);
H A DGLToolbox.java42 public static void deleteTexture(int texId) { method in class:GLToolbox
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp166 mTexture.deleteTexture();
/frameworks/base/libs/hwui/renderthread/
H A DOpenGLPipeline.cpp335 ~AutoGlTexture() { mCaches.textureState().deleteTexture(mTexture); }

Completed in 193 milliseconds