Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_gpu_resource_data_copy.cpp66 void RenderDataStoreDefaultGpuResourceDataCopy::AddCopyOperation(const GpuResourceDataCopy& copyOp) in AddCopyOperation() argument
73 if (gpuResourceMgr_.IsGpuBuffer(copyOp.gpuHandle)) { in AddCopyOperation()
74 if (copyOp.copyType == CopyType::WAIT_FOR_IDLE) { in AddCopyOperation()
77 copyData_.push_back(copyOp); in AddCopyOperation()
H A Drender_data_store_default_gpu_resource_data_copy.h53 void AddCopyOperation(const GpuResourceDataCopy& copyOp) override;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_gpu_resource_data_copy.h60 virtual void AddCopyOperation(const GpuResourceDataCopy& copyOp) = 0; in RENDER_BEGIN_NAMESPACE()