Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp648 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
664ValidateCopyImage(imageCopy.srcOffset, imageCopy.extent, imageCopy.srcSubresource.mipLevel, srcIma… in ValidateCopyImage()
665ValidateCopyImage(imageCopy.dstOffset, imageCopy.extent, imageCopy.dstSubresource.mipLevel, dstIma… in ValidateCopyImage()
1831 ValidateCopyImage(renderCmd.imageCopy, srcDesc, dstDesc); in RenderCommandCopyImage()