Searched refs:test_surface (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tests/ |
D | SpecialSurfaceTest.cpp | 33 static void test_surface(const sk_sp<SkSpecialSurface>& surf, in test_surface() function 63 test_surface(surf, reporter, 0); in DEF_TEST() 75 test_surface(surf, reporter, kPad); in DEF_TEST() 88 test_surface(surf, reporter, 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/tests/ |
D | SpecialSurfaceTest.cpp | 32 static void test_surface(const sk_sp<SkSpecialSurface>& surf, in test_surface() function 62 test_surface(surf, reporter, 0); in DEF_TEST() 74 test_surface(surf, reporter, kPad); in DEF_TEST() 91 test_surface(surf, reporter, 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/gm/ |
D | image.cpp | 65 static void test_surface(SkCanvas* canvas, SkSurface* surf, bool usePaint) { in test_surface() function 165 test_surface(canvas, surf0.get(), true); in onDraw() 167 test_surface(canvas, surf1.get(), true); in onDraw() 170 test_surface(canvas, surf2.get(), true); in onDraw()
|
/third_party/skia/gm/ |
D | image.cpp | 69 static void test_surface(SkCanvas* canvas, SkSurface* surf, bool usePaint) { in test_surface() function 171 test_surface(canvas, surf0.get(), true); in onDraw() 173 test_surface(canvas, surf1.get(), true); in onDraw() 176 test_surface(canvas, surf2.get(), true); in onDraw()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vaapi.c | 518 AVBufferRef *test_surface = NULL; in vaapi_frames_init() local 608 test_surface = av_buffer_pool_get(hwfc->pool); in vaapi_frames_init() 609 if (!test_surface) { in vaapi_frames_init() 616 test_surface = av_buffer_pool_get(hwfc->internal->pool_internal); in vaapi_frames_init() 617 if (!test_surface) { in vaapi_frames_init() 624 test_surface_id = (VASurfaceID)(uintptr_t)test_surface->data; in vaapi_frames_init() 653 av_buffer_unref(&test_surface); in vaapi_frames_init() 657 av_buffer_unref(&test_surface); in vaapi_frames_init()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 986 const struct anv_surface *test_surface; member 997 assert((p->test_surface == NULL) != (p->test_range == NULL)); in check_memory_range_s() 1000 p->test_range ?: &p->test_surface->memory_range; in check_memory_range_s() 1009 if (p->test_surface) { in check_memory_range_s() 1010 assert(anv_surface_is_valid(p->test_surface)); in check_memory_range_s() 1011 assert(p->test_surface->memory_range.alignment == in check_memory_range_s() 1012 p->test_surface->isl.alignment_B); in check_memory_range_s() 1057 .test_surface = &plane->primary_surface, in check_memory_bindings() 1063 .test_surface = &plane->shadow_surface, in check_memory_bindings() 1088 .test_surface = &plane->aux_surface, in check_memory_bindings()
|