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

  /external/skia/tests/
PathRendererCacheTests.cpp 113 auto createPR = [](GrContext*) {
121 test_path(reporter, create_concave_path, createPR, kExpectedResources);
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
134 auto createPR = [](GrContext* ctx) {
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 113 auto createPR = [](GrContext*) {
121 test_path(reporter, create_concave_path, createPR, kExpectedResources);
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
134 auto createPR = [](GrContext* ctx) {
142 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage);
150 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,

Completed in 301 milliseconds