Home
last modified time | relevance | path

Searched full:image0 (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/tests/bitmaps/
Dcase_reuse.yaml5 image0: Background.bmp
10 - [0, 0, image0]
13 - [0, 0, image0]
16 - [0, 0, image0]
19 - [0, 0, image0]
Dcase_order1.yaml5 image0: Background.bmp
10 - [0, 0, image0]
13 - [0, 0, image0]
16 - [0, 0, image0]
19 - [0, 0, image0]
/external/skia/gm/
Dlocalmatriximagefilter.cpp52 sk_sp<SkImage> image0(make_image(canvas));
67 const SkScalar spacer = image0->width() * 3.0f / 2;
74 show_image(canvas, image0.get(), filter);
78 show_image(canvas, image0.get(), std::move(localFilter));
/external/skia/tests/
DSurfaceTest.cpp232 sk_sp<SkImage> image0(surface->makeImageSnapshot()); in test_backend_handle_unique_id() local
237 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID()); in test_backend_handle_unique_id()
243 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID()); in test_backend_handle_unique_id()
249 REPORTER_ASSERT(reporter, image0->uniqueID() != image3->uniqueID()); in test_backend_handle_unique_id()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp599 …tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat… in iterate() local
614 …log, "ImageCompare", "Image comparison", image0, image1, colorThreshold, positionDeviation, ignore… in iterate()