• Home
  • Raw
  • Download

Lines Matching refs:GrAA

24 static void run_crop_axis_aligned_test(skiatest::Reporter* r, const SkRect& clipRect, GrAA clipAA,  in run_crop_axis_aligned_test()
31 clipAA == GrAA::kYes ? GrQuadAAFlags::kNone : GrQuadAAFlags::kAll}; in run_crop_axis_aligned_test()
69 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
76 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
83 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
90 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
98 static void run_crop_fully_covered_test(skiatest::Reporter* r, GrAA clipAA, in run_crop_fully_covered_test()
114 clipAA == GrAA::kYes ? GrQuadAAFlags::kNone : GrQuadAAFlags::kAll}; in run_crop_fully_covered_test()
141 GrQuadAAFlags expectedFlags = clipAA == GrAA::kYes ? GrQuadAAFlags::kAll in run_crop_fully_covered_test()
182 run_crop_axis_aligned_test(r, kInsideClipRect, GrAA::kNo, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
183 run_crop_axis_aligned_test(r, kContainsClipRect, GrAA::kNo, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
184 run_crop_axis_aligned_test(r, kXYAxesClipRect, GrAA::kNo, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
185 run_crop_axis_aligned_test(r, kXAxisClipRect, GrAA::kNo, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
186 run_crop_axis_aligned_test(r, kYAxisClipRect, GrAA::kNo, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
188 run_crop_axis_aligned_test(r, kInsideClipRect, GrAA::kYes, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
189 run_crop_axis_aligned_test(r, kContainsClipRect, GrAA::kYes, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
190 run_crop_axis_aligned_test(r, kXYAxesClipRect, GrAA::kYes, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
191 run_crop_axis_aligned_test(r, kXAxisClipRect, GrAA::kYes, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
192 run_crop_axis_aligned_test(r, kYAxisClipRect, GrAA::kYes, viewMatrix, localMatrix); in test_axis_aligned_all_clips()
212 run_crop_fully_covered_test(r, GrAA::kNo, viewMatrix, nullptr); in test_crop_fully_covered()
213 run_crop_fully_covered_test(r, GrAA::kYes, viewMatrix, nullptr); in test_crop_fully_covered()
216 run_crop_fully_covered_test(r, GrAA::kNo, viewMatrix, &normalized); in test_crop_fully_covered()
217 run_crop_fully_covered_test(r, GrAA::kYes, viewMatrix, &normalized); in test_crop_fully_covered()
221 run_crop_fully_covered_test(r, GrAA::kNo, viewMatrix, &rotated); in test_crop_fully_covered()
222 run_crop_fully_covered_test(r, GrAA::kYes, viewMatrix, &rotated); in test_crop_fully_covered()
227 run_crop_fully_covered_test(r, GrAA::kNo, viewMatrix, &perspective); in test_crop_fully_covered()
228 run_crop_fully_covered_test(r, GrAA::kYes, viewMatrix, &perspective); in test_crop_fully_covered()