HomeSort by relevance Sort by last modified time
    Searched refs:kExpectedResources (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PathRendererCacheTests.cpp 119 const int kExpectedResources = 1;
121 test_path(reporter, create_concave_path, createPR, kExpectedResources);
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
140 const int kExpectedResources = 2;
142 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage);
150 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
  /external/skqp/tests/
PathRendererCacheTests.cpp 119 const int kExpectedResources = 1;
121 test_path(reporter, create_concave_path, createPR, kExpectedResources);
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
140 const int kExpectedResources = 2;
142 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage);
150 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,

Completed in 50 milliseconds