Lines Matching refs:kEGL
1072 kEGL,
1077 kEGL,
1092 } else if (SrcType::kEGL == srcType) {
1096 SkASSERT(false, "SrcType::kEGL used without OpenGL support.");
1110 SkASSERT(DstType::kEGL == dstType);
1113 SkASSERT(false, "DstType::kEGL used without OpenGL support.");
1308 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false);
1312 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false);
1316 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false);
1320 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, false);
1324 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, true);
1328 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, true);
1332 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, true);