Home | History | Annotate | Download | only in tests

Lines Matching refs:image0

231     sk_sp<SkImage> image0(surface->makeImageSnapshot());
236 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID());
242 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID());
248 REPORTER_ASSERT(reporter, image0->uniqueID() != image3->uniqueID());