Home
last modified time | relevance | path

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

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