Lines Matching defs:reporter
24 void TestReadPixels(skiatest::Reporter* reporter,
39 ERRORF(reporter, "%s: Error reading from texture.", testName);
44 ERRORF(reporter, "%s: Error, pixel value %d should be 0x%08x, got 0x%08x.",
51 void TestWritePixels(skiatest::Reporter* reporter,
70 ERRORF(reporter, "%s: Error writing to texture.", testName);
76 ERRORF(reporter, "%s: writePixels succeeded when it wasn't supposed to.", testName);
80 TestReadPixels(reporter, dContext, dstContext, pm.writable_addr32(0, 0), testName);
83 void TestCopyFromSurface(skiatest::Reporter* reporter,
99 TestReadPixels(reporter, dContext, dstContext.get(), expectedPixelValues, testName);
246 void CheckSingleThreadedProxyRefs(skiatest::Reporter* reporter,
252 REPORTER_ASSERT(reporter, proxy->refCntGreaterThan(expectedProxyRefs - 1) &&
254 REPORTER_ASSERT(reporter, actualBackingRefs == expectedBackingRefs);
299 DEF_TEST(chartoglyph_cache, reporter) {
312 REPORTER_ASSERT(reporter, index < 0);
323 REPORTER_ASSERT(reporter, (unsigned)index == glyph);