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

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

Completed in 74 milliseconds