Lines Matching refs:skipPixels
370 GLint skipPixels = 0; in draw_depth_pixels() local
373 while (skipPixels < width) { in draw_depth_pixels()
374 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_depth_pixels()
381 row, skipPixels); in draw_depth_pixels()
386 span.x = x + skipPixels; in draw_depth_pixels()
400 skipPixels += spanWidth; in draw_depth_pixels()
451 GLint skipPixels = 0; in draw_rgba_pixels() local
503 while (skipPixels < width) { in draw_rgba_pixels()
504 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_rgba_pixels()
508 type, 0, skipPixels); in draw_rgba_pixels()
524 span.x = x + skipPixels; in draw_rgba_pixels()
539 skipPixels += spanWidth; in draw_rgba_pixels()