Searched refs:CopyBufferToBuffer (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | intf_render_data_store_default_staging.h | 76 …virtual void CopyBufferToBuffer(const RenderHandleReference& srcHandle, const RenderHandleReferenc… in RENDER_BEGIN_NAMESPACE() 135 …virtual void CopyBufferToBuffer(const RenderHandleReference& srcHandle, const RenderHandleReferenc… in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_staging.h | 77 …void CopyBufferToBuffer(const RenderHandleReference& srcHandle, const RenderHandleReference& dstHa… 98 …void CopyBufferToBuffer(const RenderHandleReference& srcHandle, const RenderHandleReference& dstHa…
|
H A D | render_data_store_default_staging.cpp | 95 void RenderDataStoreDefaultStaging::CopyBufferToBuffer(const RenderHandleReference& srcHandle, in CopyBufferToBuffer() function in RenderDataStoreDefaultStaging 220 void RenderDataStoreDefaultStaging::CopyBufferToBuffer( in CopyBufferToBuffer() function in RenderDataStoreDefaultStaging 223 CopyBufferToBuffer(srcHandle, dstHandle, bufferCopy, ResourceCopyInfo::BEGIN_FRAME); in CopyBufferToBuffer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_command_list.h | 216 virtual void CopyBufferToBuffer(
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | render_frame_util.cpp | 170 dsStaging_->CopyBufferToBuffer(dataToBeCopied.handle, copyDataRef.bufferHandle, bc, in ProcessFrameInputCopyData()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.h | 537 void CopyBufferToBuffer(
|
H A D | render_command_list.cpp | 1383 void RenderCommandList::CopyBufferToBuffer( in CopyBufferToBuffer() function in RenderCommandList
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 549 staging->CopyBufferToBuffer(stagingBuffer, handles.vertexBuffer, copyData); in StageToBuffers() 554 staging->CopyBufferToBuffer(stagingBuffer, handles.indexBuffer, copyData); in StageToBuffers() 560 staging->CopyBufferToBuffer(stagingBuffer, handles.jointBuffer, copyData); in StageToBuffers() 565 staging->CopyBufferToBuffer(stagingBuffer, handles.morphBuffer, copyData); in StageToBuffers()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_staging.cpp | 523 … cmdList.CopyBufferToBuffer(ref.srcHandle.GetHandle(), ref.dstHandle.GetHandle(), copyRef); in CopyBuffersToBuffers()
|