Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTextureCache.cpp116 auto textureIterator = mHardwareTextures.find(bitmap->getStableID()); in getCachedTexture() local
117 if (textureIterator == mHardwareTextures.end()) { in getCachedTexture()
126 return textureIterator->second.get(); in getCachedTexture()