Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h422 struct RemapDescription { struct
434 BASE_NS::vector<RemapDescription> remaps; argument
537 void HandlePendingRemappings(const BASE_NS::vector<RemapDescription>& pendingShallowRemappings,
H A Dgpu_resource_manager.cpp781 … store.pendingData.remaps.push_back(RemapDescription { clientHandle, clientHandleGpuResource }); in RemapGpuImageHandle()
1590 …const vector<RemapDescription>& pendingShallowRemappings, vector<EngineResourceHandle>& gpuHandles) in HandlePendingRemappings()