Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp125 gl::Rectangle *blitAreaOut) in AdjustBlitAreaForPreRotation() argument
133 blitAreaOut->x = blitAreaIn.y; in AdjustBlitAreaForPreRotation()
134 blitAreaOut->y = blitAreaIn.x; in AdjustBlitAreaForPreRotation()
135 std::swap(blitAreaOut->width, blitAreaOut->height); 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()
144 std::swap(blitAreaOut->width, blitAreaOut->height); in AdjustBlitAreaForPreRotation()