Lines Matching defs:pixel
353 std::vector<GrColor> pixel(width * height);
356 pixel[width * y + x] = input_texel_color(x, y, delta);
360 return pixel;
366 int width, int height, GrColor* pixel) {
369 bitmap.installPixels(ii, pixel, ii.minRowBytes());
642 // a large number of pixels in the image. Sporadic pixel violations are more indicative
679 "Input: 0x%08x, Output: 0x%08x, pixel (%d, %d).",
722 // Regardless of how many optimizations the pixel violates, count it as a
723 // single bad pixel.
729 // Finished analyzing the entire image, see if the number of pixel failures meets the
734 "Processor:\n%s\nFirst failing pixel details are below:",
738 // Print first failing pixel's details.
816 // is logically wrong, it's reasonable to expect it produce a large number of pixel differences
817 // in the image. Sporadic pixel violations are more indicative device errors and represents a