Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp522 const GpuImageGLES& dstGpuImage) in SetupBlit() argument
524 const auto& iPlat = dstGpuImage.GetPlatformData(); in SetupBlit()
568 …return { iPlat, dstGpuImage.GetDesc(), bufferImageCopy, data, size, sizeOfData, compinfo.compresse… in SetupBlit()
1745 auto* dstGpuImage = gpuResourceMgr_.GetImage<GpuImageGLES>(renderCmd.dstHandle); in BufferToImageCopy() local
1746 if ((srcGpuBuffer == nullptr) || (dstGpuImage == nullptr)) { in BufferToImageCopy()
1749 …= SetupBlit<usePixelUnpackBuffer>(device_, renderCmd.bufferImageCopy, *srcGpuBuffer, *dstGpuImage); in BufferToImageCopy()
1824 const auto* dstGpuImage = gpuResourceMgr_.GetImage<GpuImageGLES>(renderCmd.dstHandle); in RenderCommandCopyImage() local
1825 if ((srcGpuImage == nullptr) || (dstGpuImage == nullptr)) { in RenderCommandCopyImage()
1829 const auto& dstDesc = dstGpuImage->GetDesc(); in RenderCommandCopyImage()
1851 const auto& dstPlatData = dstGpuImage->GetPlatformData(); in RenderCommandCopyImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1665 const GpuImageVk* dstGpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.dstHandle); in RenderCommand() local
1666 if (srcGpuImage && dstGpuImage) { in RenderCommand()
1672 const GpuImagePlatformDataVk& dstPlatImage = dstGpuImage->GetPlatformData(); in RenderCommand()
1694 const GpuImageDesc& dstDesc = dstGpuImage->GetDesc(); in RenderCommand()