• Home
  • Raw
  • Download

Lines Matching refs:SurfaceRotation

104 void EarlyAdjustFlipYForPreRotation(SurfaceRotation blitAngleIn,  in EarlyAdjustFlipYForPreRotation()
105 SurfaceRotation *blitAngleOut, in EarlyAdjustFlipYForPreRotation()
110 case SurfaceRotation::Identity: in EarlyAdjustFlipYForPreRotation()
113 case SurfaceRotation::Rotated90Degrees: in EarlyAdjustFlipYForPreRotation()
114 *blitAngleOut = SurfaceRotation::Rotated90Degrees; in EarlyAdjustFlipYForPreRotation()
117 case SurfaceRotation::Rotated180Degrees: in EarlyAdjustFlipYForPreRotation()
118 *blitAngleOut = SurfaceRotation::Rotated180Degrees; in EarlyAdjustFlipYForPreRotation()
120 case SurfaceRotation::Rotated270Degrees: in EarlyAdjustFlipYForPreRotation()
121 *blitAngleOut = SurfaceRotation::Rotated270Degrees; in EarlyAdjustFlipYForPreRotation()
130 void AdjustBlitAreaForPreRotation(SurfaceRotation framebufferAngle, in AdjustBlitAreaForPreRotation()
137 case SurfaceRotation::Identity: in AdjustBlitAreaForPreRotation()
140 case SurfaceRotation::Rotated90Degrees: in AdjustBlitAreaForPreRotation()
145 case SurfaceRotation::Rotated180Degrees: in AdjustBlitAreaForPreRotation()
149 case SurfaceRotation::Rotated270Degrees: in AdjustBlitAreaForPreRotation()
160 void AdjustDimensionsAndFlipForPreRotation(SurfaceRotation framebufferAngle, in AdjustDimensionsAndFlipForPreRotation()
167 case SurfaceRotation::Identity: in AdjustDimensionsAndFlipForPreRotation()
170 case SurfaceRotation::Rotated90Degrees: in AdjustDimensionsAndFlipForPreRotation()
174 case SurfaceRotation::Rotated180Degrees: in AdjustDimensionsAndFlipForPreRotation()
176 case SurfaceRotation::Rotated270Degrees: in AdjustDimensionsAndFlipForPreRotation()
224 void AdjustBlitResolveParametersForPreRotation(SurfaceRotation framebufferAngle, in AdjustBlitResolveParametersForPreRotation()
225 SurfaceRotation srcFramebufferAngle, in AdjustBlitResolveParametersForPreRotation()
230 case SurfaceRotation::Identity: in AdjustBlitResolveParametersForPreRotation()
232 case SurfaceRotation::Rotated90Degrees: in AdjustBlitResolveParametersForPreRotation()
243 case SurfaceRotation::Rotated180Degrees: in AdjustBlitResolveParametersForPreRotation()
248 case SurfaceRotation::Rotated270Degrees: in AdjustBlitResolveParametersForPreRotation()
750 case SurfaceRotation::Identity: in readPixels()
757 case SurfaceRotation::Rotated90Degrees: in readPixels()
764 case SurfaceRotation::Rotated180Degrees: in readPixels()
770 case SurfaceRotation::Rotated270Degrees: in readPixels()
964 SurfaceRotation srcFramebufferRotation = contextVk->getRotationReadFramebuffer(); in blit()
965 SurfaceRotation destFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit()
966 SurfaceRotation rotation = SurfaceRotation::Identity; in blit()
969 ASSERT((srcFramebufferRotation == SurfaceRotation::Identity) || in blit()
970 (destFramebufferRotation == SurfaceRotation::Identity)); in blit()
1031 if (destFramebufferRotation != SurfaceRotation::Identity) in blit()
1080 SurfaceRotation rememberDestFramebufferRotation = destFramebufferRotation; in blit()
1081 if (srcFramebufferRotation == SurfaceRotation::Rotated90Degrees) in blit()
1140 (rotation == SurfaceRotation::Identity); in blit()
1176 areFormatsIdentical && rotation == SurfaceRotation::Identity && in blit()
1240 (rotation == SurfaceRotation::Identity); in blit()