Searched refs:kMock_ContextType (Results 1 – 12 of 12) sorted by relevance
46 kMock_ContextType, //! Mock context that does not draw. enumerator47 kLastContextType = kMock_ContextType65 case kMock_ContextType: in IsRenderingContext()82 case kMock_ContextType: in ContextTypeBackend()115 case kMock_ContextType: in ContextTypeName()
295 SkASSERT(kMock_ContextType == type); in getContextInfoInternal()
45 kMock_ContextType, //! Mock context that does not draw. enumerator46 kLastContextType = kMock_ContextType66 case kMock_ContextType: in IsRenderingContext()79 case kMock_ContextType: in ContextTypeBackend()110 case kMock_ContextType: in ContextTypeName()
241 SkASSERT(kMock_ContextType == type); in getContextInfoInternal()
37 return type == GrContextFactory::kMock_ContextType; in IsMockContextType()
277 return ct == ContextType::kMock_ContextType; in IsMockContextType()287 for (auto contextType : {ContextType::kGLES_ContextType, ContextType::kMock_ContextType}) { in RunWithGPUTestContexts()
266 *outContextType = GrContextFactory::kMock_ContextType; in parse_option_gpu_api()
294 *outContextType = GrContextFactory::kMock_ContextType; in parse_option_gpu_api()
504 { "mock" , GrContextFactory::kMock_ContextType }, in main()
1066 auto ctx = mockFactory.get(sk_gpu_test::GrContextFactory::kMock_ContextType); in DEF_GPUTEST()
1654 fuzz_ganesh(fuzz, f.get(sk_gpu_test::GrContextFactory::kMock_ContextType)); in DEF_FUZZ()
1712 fuzz_ganesh(fuzz, f.get(sk_gpu_test::GrContextFactory::kMock_ContextType)); in DEF_FUZZ()