Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp97 angle::FormatID srcIntendedFormatID, in CanCopyWithTransferForTexImage() argument
111 srcIntendedFormatID == dstIntendedFormatID && srcActualFormatID == dstActualFormatID; in CanCopyWithTransferForTexImage()
1393 angle::FormatID srcIntendedFormatID = colorReadRT->getImageIntendedFormatID(); in copySubImageImpl() local
1407 if (CanCopyWithTransferForTexImage(renderer, srcIntendedFormatID, srcActualFormatID, in copySubImageImpl()
4675 angle::FormatID srcIntendedFormatID = colorReadRT->getImageIntendedFormatID(); in ensureRenderableIfCopyTexImageCannotTransfer() local
4686 if (!CanCopyWithTransferForTexImage(renderer, srcIntendedFormatID, srcActualFormatID, in ensureRenderableIfCopyTexImageCannotTransfer()