Home
last modified time | relevance | path

Searched refs:test_surface (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tests/
DSpecialSurfaceTest.cpp33 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/
DSpecialSurfaceTest.cpp32 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/
Dimage.cpp65 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/
Dimage.cpp69 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/
Dhwcontext_vaapi.c518 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/
Danv_image.c986 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()