Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp144 const RenderHandleReference stagingBufferHandle = gpuResourceMgr_.Create(stagingBufferDesc); in CopyDataToBuffer() local
148 stagingGpuBuffers_.push_back(stagingBufferHandle); in CopyDataToBuffer()
156 stagingBufferHandle, dstHandle, beginIndex, 1, move(copiedData), nullptr }); in CopyDataToBuffer()
188 … const RenderHandleReference& stagingBufferHandle = gpuResourceMgr_.Create(stagingBufferDesc); in CopyDataToImage() local
192 stagingGpuBuffers_.push_back(stagingBufferHandle); in CopyDataToImage()
200 stagingBufferHandle, dstHandle, beginIndex, 1, move(copiedData), nullptr }); in CopyDataToImage()