Home
last modified time | relevance | path

Searched refs:test_image (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A DSpecialImageTest.cpp58 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() function
150 test_image(subSImg1, reporter, nullptr, false); in DEF_TEST()
155 test_image(subSImg2, reporter, nullptr, false); in DEF_TEST()
175 test_image(subSImg1, reporter, nullptr, false); in test_specialimage_image()
180 test_image(subSImg2, reporter, nullptr, false); in test_specialimage_image()
216 test_image(subSImg1, reporter, context, true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
221 test_image(subSImg2, reporter, context, true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/backends/testsuite/backend/genesys/
H A Dtests.h27 void test_image();
H A Dtests.cpp29 genesys::test_image(); in main()
H A Dtests_image.cpp563 void test_image() in test_image() function
/third_party/skia/gm/
H A Daaclip.cpp109 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function
153 test_image(canvas, info); in DEF_SIMPLE_GM()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.c523 VAImage test_image; in vaapi_frames_init() local
634 vas = vaDeriveImage(hwctx->display, test_surface_id, &test_image); in vaapi_frames_init()
636 if (expected_format->fourcc == test_image.format.fourcc) { in vaapi_frames_init()
643 expected_format->fourcc, test_image.format.fourcc); in vaapi_frames_init()
645 vaDestroyImage(hwctx->display, test_image.image_id); in vaapi_frames_init()

Completed in 5 milliseconds