Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DGrContextFactory.h47 kMock_ContextType, //! Mock context that does not draw. enumerator
48 kLastContextType = kMock_ContextType
66 case kMock_ContextType: in IsRenderingContext()
83 case kMock_ContextType: in ContextTypeBackend()
118 case kMock_ContextType: in ContextTypeName()
DGrContextFactory.cpp297 SkASSERT(kMock_ContextType == type); in getContextInfoInternal()
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp278 return ct == ContextType::kMock_ContextType; in IsMockContextType()
288 for (auto contextType : {ContextType::kGLES_ContextType, ContextType::kMock_ContextType}) { in RunWithGPUTestContexts()
/third_party/skia/dm/
DDMGpuTestProcs.cpp42 return type == GrContextFactory::kMock_ContextType; in IsMockContextType()
/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp328 *outContextType = GrContextFactory::kMock_ContextType; in parse_option_gpu_api()
/third_party/skia/tools/fm/
Dfm.cpp514 { "mock" , GrContextFactory::kMock_ContextType }, in main()
/third_party/skia/tests/
DGrPorterDuffTest.cpp1064 auto ctx = mockFactory.get(sk_gpu_test::GrContextFactory::kMock_ContextType); in DEF_GPUTEST()
/third_party/skia/fuzz/
DFuzzCanvas.cpp1663 fuzz_ganesh(fuzz, f.get(sk_gpu_test::GrContextFactory::kMock_ContextType)); in DEF_FUZZ()