Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp449 TextureMap mActiveMap; member
461 state->mPreviousActiveMap = std::move(state->mActiveMap); in PictureWrapper()
462 state->mActiveMap.clear(); in PictureWrapper()
471 mTextureMap = state->mActiveMap; in PictureWrapper()
508 auto it = context->mActiveMap.find(originalId); in collectNonTextureImagesProc()
509 if (it == context->mActiveMap.end()) { in collectNonTextureImagesProc()
512 context->mActiveMap[originalId] = imageForCache(img); in collectNonTextureImagesProc()
514 context->mActiveMap[originalId] = pit->second; in collectNonTextureImagesProc()