Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_cache.cpp164 RenderHandle remapHandle; in AllocateAndRemapImages() local
167 remapHandle = gpuRef.handle.GetHandle(); in AllocateAndRemapImages()
172 if (!RenderHandleUtil::IsValid(remapHandle)) { in AllocateAndRemapImages()
175 remapHandle = handle.GetHandle(); in AllocateAndRemapImages()
178 gpuResourceMgr_.RemapGpuImageHandle(ref.handle.GetHandle(), remapHandle); in AllocateAndRemapImages()