Lines Matching refs:SurfaceRotation
2221 case SurfaceRotation::Identity: in blitResolveImpl()
2223 case SurfaceRotation::Rotated90Degrees: in blitResolveImpl()
2226 case SurfaceRotation::Rotated180Degrees: in blitResolveImpl()
2238 case SurfaceRotation::Rotated270Degrees: in blitResolveImpl()
2477 case SurfaceRotation::Identity: in stencilBlitResolveNoShaderExport()
2479 case SurfaceRotation::Rotated90Degrees: in stencilBlitResolveNoShaderExport()
2482 case SurfaceRotation::Rotated180Degrees: in stencilBlitResolveNoShaderExport()
2496 case SurfaceRotation::Rotated270Degrees: in stencilBlitResolveNoShaderExport()
2674 case SurfaceRotation::Identity: in copyImage()
2676 case SurfaceRotation::Rotated90Degrees: in copyImage()
2679 case SurfaceRotation::Rotated180Degrees: in copyImage()
2686 case SurfaceRotation::Rotated270Degrees: in copyImage()
2736 if ((params.srcRotation == SurfaceRotation::Rotated90Degrees) || in copyImage()
2737 (params.srcRotation == SurfaceRotation::Rotated270Degrees)) in copyImage()