Searched refs:ValidateCopyImage (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 648 void ValidateCopyImage(const Offset3D& offset, const Size3D& extent, uint32_t mipLevel, const GpuIm… in ValidateCopyImage() function 662 void ValidateCopyImage(const ImageCopy& imageCopy, const GpuImageDesc& srcImageDesc, const GpuImage… in ValidateCopyImage() function 664 …ValidateCopyImage(imageCopy.srcOffset, imageCopy.extent, imageCopy.srcSubresource.mipLevel, srcIma… in ValidateCopyImage() 665 …ValidateCopyImage(imageCopy.dstOffset, imageCopy.extent, imageCopy.dstSubresource.mipLevel, dstIma… in ValidateCopyImage() 1831 ValidateCopyImage(renderCmd.imageCopy, srcDesc, dstDesc); in RenderCommandCopyImage()
|