Home | History | Annotate | Download | only in tests

Lines Matching refs:sk_gpu_test

18 namespace sk_gpu_test {
22 } // namespace sk_gpu_test
90 typedef void (*TestProc)(skiatest::Reporter*, sk_gpu_test::GrContextFactory*);
121 using GrContextFactoryContextType = sk_gpu_test::GrContextFactory::ContextType;
126 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
134 Reporter*, sk_gpu_test::GrContextFactory*);
185 static void test_##name(skiatest::Reporter*, sk_gpu_test::GrContextFactory*); \
188 void test_##name(skiatest::Reporter* reporter, sk_gpu_test::GrContextFactory*)
192 static void test_##name(skiatest::Reporter*, sk_gpu_test::GrContextFactory*); \
195 void test_##name(skiatest::Reporter* reporter, sk_gpu_test::GrContextFactory* factory)
199 const sk_gpu_test::ContextInfo& context_info); \
201 sk_gpu_test::GrContextFactory* factory) { \
207 const sk_gpu_test::ContextInfo& context_info)
212 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \