Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp2136 const uint32_t replaceArrayIndex = RenderHandleUtil::GetIndexPart(info.replacedHandle); in StoreAllocation() local
2137 bool hasReplaceHandle = (replaceArrayIndex < static_cast<uint32_t>(store.clientHandles.size())); in StoreAllocation()
2140 data.handle = store.clientHandles[replaceArrayIndex]; in StoreAllocation()