Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp534 store.pendingData.buffers.push_back(move(gpuBuffer)); in CreateBuffer()
914 store.pendingData.images.push_back(move(gpuImage)); in CreateView()
955 store.pendingData.images.push_back(move(gpuImage)); in CreateView()
960 const auto& images = store.pendingData.images; in CreateView()
1253 store.pendingData.allocations.emplace_back( in Destroy()
1623 auto pendingBuffers = move(store.pendingData.buffers); in HandlePendingAllocationsImpl()
1624 auto pendingImages = move(store.pendingData.images); in HandlePendingAllocationsImpl()
1625 auto pendingRemaps = move(store.pendingData.remaps); in HandlePendingAllocationsImpl()
1911 …return { move(store.pendingData.allocations), move(store.pendingData.buffers), move(store.pendingD… in CommitPendingData()
1912 move(store.pendingData.remaps) }; in CommitPendingData()
[all …]
H A Dgpu_resource_manager.h464 PendingData pendingData {};
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_sign_data_cache_mgr.cpp41 PendingData pendingData = {versionCode, pendSignData}; in AddPendSignData() local
44 pendingSignData_[aotArgs.bundleName][aotArgs.moduleName] = pendingData; in AddPendSignData()