Searched refs:kExpectedResources (Results 1 – 2 of 2) sorted by relevance
/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,
|
/external/skia/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,
|