Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp132 const gl::Rectangle &framebufferDimensions, in AdjustBlitAreaForPreRotation() argument
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()
161 gl::Rectangle *framebufferDimensions, in AdjustDimensionsAndFlipForPreRotation() argument
171 std::swap(framebufferDimensions->width, framebufferDimensions->height); in AdjustDimensionsAndFlipForPreRotation()
177 std::swap(framebufferDimensions->width, framebufferDimensions->height); in AdjustDimensionsAndFlipForPreRotation()