Home | History | Annotate | Download | only in tests

Lines Matching full:image0

487     SkAutoTUnref<SkImage> image0(surface->newImageSnapshot());
492 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID());
498 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID());
504 REPORTER_ASSERT(reporter, image0->uniqueID() != image3->uniqueID());