Lines Matching refs:sk_gpu_test
67 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
113 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
114 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
115 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test()
190 static constexpr auto kNativeGLType = sk_gpu_test::GrContextFactory::kGL_ContextType; in DEF_GPUTEST()
192 static constexpr auto kNativeGLType = sk_gpu_test::GrContextFactory::kGLES_ContextType; in DEF_GPUTEST()
195 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST()
197 sk_gpu_test::GrContextFactory::ContextType contextType = in DEF_GPUTEST()
198 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
201 if (contextType == sk_gpu_test::GrContextFactory::kGL_ContextType || in DEF_GPUTEST()
202 contextType == sk_gpu_test::GrContextFactory::kGLES_ContextType) { in DEF_GPUTEST()
207 sk_gpu_test::GrContextFactory factory(options); in DEF_GPUTEST()
208 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo(contextType); in DEF_GPUTEST()
209 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
213 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType))); in DEF_GPUTEST()
215 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST()
217 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()