Searched refs:kExpectedResources (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PathRendererCacheTests.cpp | 119 const int kExpectedResources = 1; variable 121 test_path(reporter, create_concave_path, createPR, kExpectedResources); 130 reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style); 141 const int kExpectedResources = 1; variable 143 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage); 151 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
|
/external/skqp/tests/ |
D | PathRendererCacheTests.cpp | 122 const int kExpectedResources = 1; variable 124 test_path(reporter, create_concave_path, createPR, kExpectedResources); 132 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style); 143 const int kExpectedResources = 1; variable 145 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage); 153 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
|