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

/frameworks/base/libs/hwui/
H A DGlLayer.cpp50 texture.deleteTexture();
55 texture.deleteTexture();
H A DImage.cpp55 Caches::getInstance().textureState().deleteTexture(mTexture);
H A DTextureCache.cpp77 texture->deleteTexture();
197 hardwareIter->second->deleteTexture();
207 iter.second->deleteTexture();
H A DTexture.h81 void deleteTexture();
233 texture->deleteTexture();
H A DGpuMemoryTracker.cpp134 const_cast<Texture*>(texture)->deleteTexture();
H A DOpenGLReadback.cpp235 caches.textureState().deleteTexture(texture);
266 sourceTexture.deleteTexture();
H A DTexture.cpp84 void Texture::deleteTexture() { function in class:android::uirenderer::Texture
85 mCaches.textureState().deleteTexture(mId);
H A DTextDropShadowCache.cpp135 texture->deleteTexture();
H A DGradientCache.cpp100 texture->deleteTexture();
H A DPathCache.cpp246 texture->deleteTexture();
/frameworks/base/libs/hwui/renderstate/
H A DTextureState.h67 void deleteTexture(GLuint texture);
H A DTextureState.cpp54 mShadowLutTexture->deleteTexture();
119 void TextureState::deleteTexture(GLuint texture) { function in class:android::TextureState
H A DOffscreenBufferPool.cpp108 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.cpp163 mTexture.deleteTexture();
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp163 mCaches.textureState().deleteTexture(mTexture);

Completed in 402 milliseconds