Lines Matching refs:write
173 // Does a write from the pixmap to the T.
177 // To test the results of the write we do a read. This reads the entire src T. It should do a non-
813 const std::function<GpuWriteDstFn<T>>& write,
829 // Do an initial read before the write.
839 const Result result = write(dst, offset, srcPixels);
867 // Do an initial read before the write. We'll use this to verify that areas outside the
868 // write are unaffected.
921 // Here we use the CPU backend to do the equivalent conversion as the write we're
927 // This is the part of secondReadPixels that should have been updated by the write.
985 // equivalent. Just ensure each redundant AT is tested once with each CT (dst and write).
988 // We consider a dst or write CT thoroughly tested once it has run through the long rect array