Home
last modified time | relevance | path

Searched refs:pixelRefStableID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DTextureCache.cpp192 bool TextureCache::destroyTexture(uint32_t pixelRefStableID) { in destroyTexture() argument
193 auto hardwareIter = mHardwareTextures.find(pixelRefStableID); in destroyTexture()
199 return mCache.remove(pixelRefStableID); in destroyTexture()
DTextureCache.h100 bool destroyTexture(uint32_t pixelRefStableID);