class RectangleCompositorTest_RotatedTextureTest_Test
Defined at line 329 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc
Render a single full-screen renderable that is rotated by 90 degrees
and shifted so that it is half off the screen to the right. This should
make it so that only 2 out of the 4 texture colors display, and those 2
colors should be the proper colors post-rotation.
Prerotation:
| W R |
| G B |
Post rotation:
| G W |
| B R |
When this post-rotation renderable is shifted to the right hand of the screen,
only the green and blue colors should show.
Public Methods
void RectangleCompositorTest_RotatedTextureTest_Test ()
Defined at line 329 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc
void RectangleCompositorTest_RotatedTextureTest_Test (const RectangleCompositorTest_RotatedTextureTest_Test & )
Defined at line 329 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc
RectangleCompositorTest_RotatedTextureTest_Test & operator= (const RectangleCompositorTest_RotatedTextureTest_Test & )
Defined at line 329 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc