Home
last modified time | relevance | path

Searched refs:DEF_GPUTEST_FOR_CONTEXTS (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/tests/
DTest.h177 #define DEF_GPUTEST_FOR_CONTEXTS(name, context_filter, reporter, context_info, options_filter) \ macro
188 DEF_GPUTEST_FOR_CONTEXTS(name, nullptr, reporter, context_info, nullptr)
191 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
194 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, \
197 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsRenderingGLContextType, \
200 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsMockContextType, \
203 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsVulkanContextType, \
206 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsMetalContextType, \
DDefaultPathRendererTest.cpp132 DEF_GPUTEST_FOR_CONTEXTS(GrDefaultPathRendererTest, in DEF_GPUTEST_FOR_CONTEXTS() function
DResourceCacheTest.cpp117 DEF_GPUTEST_FOR_CONTEXTS(ResourceCacheStencilBuffers, &is_rendering_and_not_angle_es3, reporter,
/third_party/skia/tests/
DTest.h243 #define DEF_GPUTEST_FOR_CONTEXTS(name, context_filter, reporter, context_info, options_filter) \ macro
254 DEF_GPUTEST_FOR_CONTEXTS(name, nullptr, reporter, context_info, nullptr)
257 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
260 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, \
263 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsRenderingGLContextType, \
266 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsMockContextType, \
269 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsVulkanContextType, \
272 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsMetalContextType, \
275 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsDirect3DContextType, \
278 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsDawnContextType, \
DDMSAATest.cpp85 DEF_GPUTEST_FOR_CONTEXTS(DMSAA_preserve_contents,
117 DEF_GPUTEST_FOR_CONTEXTS(DMSAA_dst_read, &sk_gpu_test::GrContextFactory::IsRenderingContext,
140 DEF_GPUTEST_FOR_CONTEXTS(DMSAA_aa_dst_read_after_dmsaa,
165 DEF_GPUTEST_FOR_CONTEXTS(DMSAA_dst_read_with_existing_barrier,
DDefaultPathRendererTest.cpp133 DEF_GPUTEST_FOR_CONTEXTS(DefaultPathRendererTest, in DEF_GPUTEST_FOR_CONTEXTS() function
DGrMeshTest.cpp106 DEF_GPUTEST_FOR_CONTEXTS(GrMeshTest, IsContextTypeForOutputPNGs, reporter, ctxInfo, nullptr) { function
DResourceCacheTest.cpp108 DEF_GPUTEST_FOR_CONTEXTS(ResourceCacheStencilBuffers, &is_rendering_and_not_angle_es3, reporter,
DGrClipStackTest.cpp2057 DEF_GPUTEST_FOR_CONTEXTS(ClipStack_SWMask, in DEF_GPUTEST_FOR_CONTEXTS() function