Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp133 gl::Rectangle *blitAreaOut) in AdjustBlitAreaForPreRotation() argument
141 blitAreaOut->x = blitAreaIn.y; in AdjustBlitAreaForPreRotation()
142 blitAreaOut->y = blitAreaIn.x; in AdjustBlitAreaForPreRotation()
143 std::swap(blitAreaOut->width, blitAreaOut->height); in AdjustBlitAreaForPreRotation()
146 blitAreaOut->x = framebufferDimensions.width - blitAreaIn.x - blitAreaIn.width; in AdjustBlitAreaForPreRotation()
147 blitAreaOut->y = framebufferDimensions.height - blitAreaIn.y - blitAreaIn.height; in AdjustBlitAreaForPreRotation()
150 blitAreaOut->x = framebufferDimensions.height - blitAreaIn.y - blitAreaIn.height; in AdjustBlitAreaForPreRotation()
151 blitAreaOut->y = framebufferDimensions.width - blitAreaIn.x - blitAreaIn.width; in AdjustBlitAreaForPreRotation()
152 std::swap(blitAreaOut->width, blitAreaOut->height); in AdjustBlitAreaForPreRotation()