Lines Matching refs:image2
350 sk_sp<SkImage> image2(surface->makeImageSnapshot()); in test_backend_unique_id() local
352 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID()); in test_backend_unique_id()
359 REPORTER_ASSERT(reporter, image2->uniqueID() != image3->uniqueID()); in test_backend_unique_id()
479 sk_sp<SkImage> image2(surface1->makeImageSnapshot()); in test_crbug263329() local
492 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
494 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
496 REPORTER_ASSERT(reporter, as_IB(image2)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
581 sk_sp<SkImage> image2 = surface->makeImageSnapshot(); in test_no_canvas2() local
582 sk_sp<SkImage> aur_image2(image2); in test_no_canvas2()
583 REPORTER_ASSERT(reporter, image1 != image2); in test_no_canvas2()
619 sk_sp<SkImage> image2(surface->makeImageSnapshot()); in check_rowbytes_remain_consistent() local
620 REPORTER_ASSERT(reporter, image->uniqueID() != image2->uniqueID()); in check_rowbytes_remain_consistent()
623 REPORTER_ASSERT(reporter, image2->peekPixels(&pm2)); in check_rowbytes_remain_consistent()