Searched refs:framebufferDimensions (Results 1 – 1 of 1) sorted by relevance
124 const gl::Rectangle &framebufferDimensions, in AdjustBlitAreaForPreRotation() argument138 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()153 gl::Rectangle *framebufferDimensions, in AdjustDimensionsAndFlipForPreRotation() argument163 std::swap(framebufferDimensions->width, framebufferDimensions->height); in AdjustDimensionsAndFlipForPreRotation()169 std::swap(framebufferDimensions->width, framebufferDimensions->height); in AdjustDimensionsAndFlipForPreRotation()