Home
last modified time | relevance | path

Searched refs:kGPU_Backend (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dgmmain.cpp153 kGPU_Backend, enumerator
518 gRec.fBackend == kGPU_Backend || in write_reference_image()
868 gRec.fBackend == kGPU_Backend) { in test_drawing()
900 gRec.fBackend == kGPU_Backend) { in test_deferred_drawing()
1009 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNative_GLContextType, 0, kRW_C…
1012 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kNative_GLContextType, 16, kRW_C…
1015 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kDebug_GLContextType, 0, kNone…
1017 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kANGLE_GLContextType, 0, kRW_C…
1018 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kANGLE_GLContextType, 16, kRW_C…
1021 …{ SkBitmap::kARGB_8888_Config, kGPU_Backend, GrContextFactory::kMESA_GLContextType, 0, kRW_C…
[all …]
/external/skia/bench/
Dbenchmain.cpp191 kGPU_Backend, enumerator
278 case kGPU_Backend: in make_device()
299 { SkBitmap::kARGB_8888_Config, "GPU", kGPU_Backend, &gRealGLHelper },
301 { SkBitmap::kARGB_8888_Config, "ANGLE", kGPU_Backend, &gANGLEGLHelper },
304 { SkBitmap::kARGB_8888_Config, "Debug", kGPU_Backend, &gDebugGLHelper },
306 { SkBitmap::kARGB_8888_Config, "NULLGPU", kGPU_Backend, &gNullGLHelper },
763 if (kGPU_Backend == backend && in tool_main()