Searched refs:test_surface (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A 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/skia/gm/ |
H A 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); 173 test_surface(canvas, surf1.get(), true); 176 test_surface(canvas, surf2.get(), true);
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.c | 521 AVBufferRef *test_surface = NULL; in vaapi_frames_init() local 611 test_surface = av_buffer_pool_get(hwfc->pool); in vaapi_frames_init() 612 if (!test_surface) { in vaapi_frames_init() 619 test_surface = av_buffer_pool_get(hwfc->internal->pool_internal); in vaapi_frames_init() 620 if (!test_surface) { in vaapi_frames_init() 627 test_surface_id = (VASurfaceID)(uintptr_t)test_surface->data; in vaapi_frames_init() 656 av_buffer_unref(&test_surface); in vaapi_frames_init() 660 av_buffer_unref(&test_surface); in vaapi_frames_init()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A 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 in check_memory_bindings() [all...] |
Completed in 6 milliseconds