Lines Matching refs:context_info
189 #define DEF_GPUTEST_FOR_CONTEXTS(name, context_filter, reporter, context_info, options_filter) \ argument
190 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
197 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
199 #define DEF_GPUTEST_FOR_ALL_CONTEXTS(name, reporter, context_info) \ argument
200 DEF_GPUTEST_FOR_CONTEXTS(name, nullptr, reporter, context_info, nullptr)
202 #define DEF_GPUTEST_FOR_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
204 reporter, context_info, nullptr)
205 #define DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(name, reporter, context_info) \ argument
207 reporter, context_info, nullptr)
208 #define DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
210 reporter, context_info, nullptr)
211 #define DEF_GPUTEST_FOR_NULLGL_CONTEXT(name, reporter, context_info) \ argument
213 reporter, context_info, nullptr)
214 #define DEF_GPUTEST_FOR_VULKAN_CONTEXT(name, reporter, context_info) \ argument
216 reporter, context_info, nullptr)
217 #define DEF_GPUTEST_FOR_METAL_CONTEXT(name, reporter, context_info) \ argument
219 reporter, context_info, nullptr)