Lines Matching refs:image2
356 sk_sp<SkImage> image2(surface->makeImageSnapshot()); in test_backend_unique_id() local
358 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID()); in test_backend_unique_id()
365 REPORTER_ASSERT(reporter, image2->uniqueID() != image3->uniqueID()); in test_backend_unique_id()
485 sk_sp<SkImage> image2(surface1->makeImageSnapshot()); in test_crbug263329() local
498 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
500 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
502 REPORTER_ASSERT(reporter, as_IB(image2)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
587 sk_sp<SkImage> image2 = surface->makeImageSnapshot(); in test_no_canvas2() local
588 sk_sp<SkImage> aur_image2(image2); in test_no_canvas2()
589 REPORTER_ASSERT(reporter, image1 != image2); in test_no_canvas2()
625 sk_sp<SkImage> image2(surface->makeImageSnapshot()); in check_rowbytes_remain_consistent() local
626 REPORTER_ASSERT(reporter, image->uniqueID() != image2->uniqueID()); in check_rowbytes_remain_consistent()
629 REPORTER_ASSERT(reporter, image2->peekPixels(&pm2)); in check_rowbytes_remain_consistent()