Home
last modified time | relevance | path

Searched refs:imageProxy (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DSurfaceTest.cpp523 auto imageProxy = [ctx = surface1->recordingContext()](SkImage* img) { in test_crbug263329() local
529 REPORTER_ASSERT(reporter, imageProxy(image4.get()) != imageProxy(image3.get())); in test_crbug263329()
531 REPORTER_ASSERT(reporter, imageProxy(image4.get()) != imageProxy(image2.get())); in test_crbug263329()
532 REPORTER_ASSERT(reporter, imageProxy(image4.get()) != imageProxy(image1.get())); in test_crbug263329()
533 REPORTER_ASSERT(reporter, imageProxy(image3.get()) != imageProxy(image2.get())); in test_crbug263329()
534 REPORTER_ASSERT(reporter, imageProxy(image in test_crbug263329()
[all...]

Completed in 2 milliseconds