Lines Matching defs:imageProxy
523 auto imageProxy = [ctx = surface1->recordingContext()](SkImage* img) {
529 REPORTER_ASSERT(reporter, imageProxy(image4.get()) != imageProxy(image3.get()));
531 REPORTER_ASSERT(reporter, imageProxy(image4.get()) != imageProxy(image2.get()));
532 REPORTER_ASSERT(reporter, imageProxy(image4.get()) != imageProxy(image1.get()));
533 REPORTER_ASSERT(reporter, imageProxy(image3.get()) != imageProxy(image2.get()));
534 REPORTER_ASSERT(reporter, imageProxy(image3.get()) != imageProxy(image1.get()));
535 REPORTER_ASSERT(reporter, imageProxy(image2.get()) != imageProxy(image1.get()));