Home
last modified time | relevance | path

Searched refs:destroyTexture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DTextureCache.h100 bool destroyTexture(uint32_t pixelRefStableID);
DTextureCache.cpp194 bool TextureCache::destroyTexture(uint32_t pixelRefStableID) { in destroyTexture() function in android::uirenderer::TextureCache
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp126 if (mCaches && mCaches->textureCache.destroyTexture(pixelRefId)) { in onBitmapDestroyed()