Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp123 const gl::Rectangle &blitAreaIn, in AdjustBlitAreaForPreRotation() argument
133 blitAreaOut->x = blitAreaIn.y; in AdjustBlitAreaForPreRotation()
134 blitAreaOut->y = blitAreaIn.x; in AdjustBlitAreaForPreRotation()
138 blitAreaOut->x = framebufferDimensions.width - blitAreaIn.x - blitAreaIn.width; in AdjustBlitAreaForPreRotation()
139 blitAreaOut->y = framebufferDimensions.height - blitAreaIn.y - blitAreaIn.height; in AdjustBlitAreaForPreRotation()
142 blitAreaOut->x = framebufferDimensions.height - blitAreaIn.y - blitAreaIn.height; in AdjustBlitAreaForPreRotation()
143 blitAreaOut->y = framebufferDimensions.width - blitAreaIn.x - blitAreaIn.width; in AdjustBlitAreaForPreRotation()