Searched refs:kMock_ContextType (Results 1 – 8 of 8) sorted by relevance
47 kMock_ContextType, //! Mock context that does not draw. enumerator48 kLastContextType = kMock_ContextType66 case kMock_ContextType: in IsRenderingContext()83 case kMock_ContextType: in ContextTypeBackend()118 case kMock_ContextType: in ContextTypeName()
297 SkASSERT(kMock_ContextType == type); in getContextInfoInternal()
278 return ct == ContextType::kMock_ContextType; in IsMockContextType()288 for (auto contextType : {ContextType::kGLES_ContextType, ContextType::kMock_ContextType}) { in RunWithGPUTestContexts()
42 return type == GrContextFactory::kMock_ContextType; in IsMockContextType()
328 *outContextType = GrContextFactory::kMock_ContextType; in parse_option_gpu_api()
514 { "mock" , GrContextFactory::kMock_ContextType }, in main()
1064 auto ctx = mockFactory.get(sk_gpu_test::GrContextFactory::kMock_ContextType); in DEF_GPUTEST()
1663 fuzz_ganesh(fuzz, f.get(sk_gpu_test::GrContextFactory::kMock_ContextType)); in DEF_FUZZ()