Lines Matching refs:kGPU_Backend
131 kGPU_Backend, enumerator
1048 gRec.fBackend == kGPU_Backend) { in test_drawing()
1130 gRec.fBackend == kGPU_Backend) { in test_deferred_drawing()
1284 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNative_GLContextType, 0, kRW_C…
1285 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNative_GLContextType, 16, kRW_C…
1286 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNative_GLContextType, 4, kRW_C…
1289 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kDebug_GLContextType, 0, kNone…
1294 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNull_GLContextType, 0, kNone…
1296 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kANGLE_GLContextType, 0, kRW_C…
1297 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kANGLE_GLContextType, 16, kRW_C…
1300 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kMESA_GLContextType, 0, kRW_C…
1574 if (((gmFlags & GM::kSkipGPU_Flag) && kGPU_Backend == config.fBackend) || in run_multiple_configs()
1575 ((gmFlags & GM::kGPUOnly_Flag) && kGPU_Backend != config.fBackend)) { in run_multiple_configs()
1588 if ((errorsForThisConfig.isEmpty()) && (kGPU_Backend == config.fBackend)) { in run_multiple_configs()
1642 (kGPU_Backend == config.fBackend || kRaster_Backend == config.fBackend)) { in run_multiple_configs()
1956 if (kGPU_Backend == gRec[index].fBackend) { in parse_flags_configs()
2359 if (FLAGS_verbose && (kGPU_Backend == config.fBackend)) { in tool_main()