Searched refs:DEF_GPUTEST_FOR_CONTEXTS (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/tests/ |
D | Test.h | 177 #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, \
|
D | DefaultPathRendererTest.cpp | 132 DEF_GPUTEST_FOR_CONTEXTS(GrDefaultPathRendererTest, in DEF_GPUTEST_FOR_CONTEXTS() function
|
D | ResourceCacheTest.cpp | 117 DEF_GPUTEST_FOR_CONTEXTS(ResourceCacheStencilBuffers, &is_rendering_and_not_angle_es3, reporter,
|
/third_party/skia/tests/ |
D | Test.h | 243 #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, \
|
D | DMSAATest.cpp | 85 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,
|
D | DefaultPathRendererTest.cpp | 133 DEF_GPUTEST_FOR_CONTEXTS(DefaultPathRendererTest, in DEF_GPUTEST_FOR_CONTEXTS() function
|
D | GrMeshTest.cpp | 106 DEF_GPUTEST_FOR_CONTEXTS(GrMeshTest, IsContextTypeForOutputPNGs, reporter, ctxInfo, nullptr) { function
|
D | ResourceCacheTest.cpp | 108 DEF_GPUTEST_FOR_CONTEXTS(ResourceCacheStencilBuffers, &is_rendering_and_not_angle_es3, reporter,
|
D | GrClipStackTest.cpp | 2057 DEF_GPUTEST_FOR_CONTEXTS(ClipStack_SWMask, in DEF_GPUTEST_FOR_CONTEXTS() function
|