Lines Matching defs:read
134 ERRORF(reporter, "Could not read pixels for %s.", subtestName);
141 uint32_t read = static_cast<uint32_t*>(readPM.addr())[j * w + i];
143 if (!checker(orig, read, error)) {
144 ERRORF(reporter, "Original 0x%08x, read back as 0x%08x in %s at %d, %d).", orig,
145 read, subtestName, i, j);
230 testName.printf("write %s data to a %s context and read as %s.", encoding_as_str(writeEncoding),
236 // Test all combinations of writePixels/readPixels where the surface context/write source/read dst
274 // When the dst buffer is untagged there should be no conversion on the read.
284 // The read from untagged to sRGB also does no conversion.
299 // converts back to sRGB on read.
305 // Stays linear when read.
322 // Stays linear when read.