Home
last modified time | relevance | path

Searched refs:kMock_ContextType (Results 1 – 12 of 12) sorted by relevance

/external/skia/tools/gpu/
DGrContextFactory.h46 kMock_ContextType, //! Mock context that does not draw. enumerator
47 kLastContextType = kMock_ContextType
65 case kMock_ContextType: in IsRenderingContext()
82 case kMock_ContextType: in ContextTypeBackend()
115 case kMock_ContextType: in ContextTypeName()
DGrContextFactory.cpp295 SkASSERT(kMock_ContextType == type); in getContextInfoInternal()
/external/skqp/tools/gpu/
DGrContextFactory.h45 kMock_ContextType, //! Mock context that does not draw. enumerator
46 kLastContextType = kMock_ContextType
66 case kMock_ContextType: in IsRenderingContext()
79 case kMock_ContextType: in ContextTypeBackend()
110 case kMock_ContextType: in ContextTypeName()
DGrContextFactory.cpp241 SkASSERT(kMock_ContextType == type); in getContextInfoInternal()
/external/skia/dm/
DDMGpuTestProcs.cpp37 return type == GrContextFactory::kMock_ContextType; in IsMockContextType()
/external/skia/modules/canvaskit/
Dgm_bindings.cpp277 return ct == ContextType::kMock_ContextType; in IsMockContextType()
287 for (auto contextType : {ContextType::kGLES_ContextType, ContextType::kMock_ContextType}) { in RunWithGPUTestContexts()
/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp266 *outContextType = GrContextFactory::kMock_ContextType; in parse_option_gpu_api()
/external/skia/tools/flags/
DCommonFlagsConfig.cpp294 *outContextType = GrContextFactory::kMock_ContextType; in parse_option_gpu_api()
/external/skia/tools/fm/
Dfm.cpp504 { "mock" , GrContextFactory::kMock_ContextType }, in main()
/external/skia/tests/
DGrPorterDuffTest.cpp1066 auto ctx = mockFactory.get(sk_gpu_test::GrContextFactory::kMock_ContextType); in DEF_GPUTEST()
/external/skia/fuzz/
DFuzzCanvas.cpp1654 fuzz_ganesh(fuzz, f.get(sk_gpu_test::GrContextFactory::kMock_ContextType)); in DEF_FUZZ()
/external/skqp/fuzz/
DFuzzCanvas.cpp1712 fuzz_ganesh(fuzz, f.get(sk_gpu_test::GrContextFactory::kMock_ContextType)); in DEF_FUZZ()