Lines Matching refs:reporter
84 DEF_TEST(SkMultiPictureDocument_Serialize_and_deserialize, reporter) {
105 REPORTER_ASSERT(reporter, image);
130 REPORTER_ASSERT(reporter, writtenStream->getLength() > 24,
142 REPORTER_ASSERT(reporter, frame_count == NUM_FRAMES,
148 REPORTER_ASSERT(reporter,
156 REPORTER_ASSERT(reporter, bounds.width() == WIDTH,
158 REPORTER_ASSERT(reporter, bounds.height() == HEIGHT,
164 REPORTER_ASSERT(reporter, ToolUtils::equal_pixels(img.get(), expectedImages[i].get()));
234 skiatest::Reporter* reporter, GrDirectContext* context, AHardwareBuffer* buffer) {
252 ERRORF(reporter, "Failed to allocated hardware buffer, error: %d", error);
263 ERRORF(reporter, "Failed to lock hardware buffer");
303 REPORTER_ASSERT(reporter, image);
304 REPORTER_ASSERT(reporter, image->isTextureBacked());
313 reporter, ctx_info) {
340 sk_sp<SkImage> image = makeAHardwareBufferTestImage(reporter, context, ahbuffer);
365 REPORTER_ASSERT(reporter, writtenStream->getLength() > 24,
376 REPORTER_ASSERT(reporter, frame_count == 1,
382 REPORTER_ASSERT(reporter,
388 REPORTER_ASSERT(reporter, bounds.width() == WIDTH,
390 REPORTER_ASSERT(reporter, bounds.height() == HEIGHT,
396 REPORTER_ASSERT(reporter, ToolUtils::equal_pixels(img.get(), expectedImages[0].get()));