Searched refs:framebufferDimensions (Results 1 – 1 of 1) sorted by relevance
132 const gl::Rectangle &framebufferDimensions, in AdjustBlitAreaForPreRotation() argument146 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() argument171 std::swap(framebufferDimensions->width, framebufferDimensions->height); in AdjustDimensionsAndFlipForPreRotation()177 std::swap(framebufferDimensions->width, framebufferDimensions->height); in AdjustDimensionsAndFlipForPreRotation()