Lines Matching refs:skipPixels
368 GLint skipPixels = 0; in draw_depth_pixels() local
371 while (skipPixels < width) { in draw_depth_pixels()
372 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_depth_pixels()
379 row, skipPixels); in draw_depth_pixels()
384 span.x = x + skipPixels; in draw_depth_pixels()
398 skipPixels += spanWidth; in draw_depth_pixels()
452 GLint skipPixels = 0; in draw_rgba_pixels() local
457 while (skipPixels < width) { in draw_rgba_pixels()
458 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_rgba_pixels()
462 type, 0, skipPixels); in draw_rgba_pixels()
474 span.x = x + skipPixels; in draw_rgba_pixels()
489 skipPixels += spanWidth; in draw_rgba_pixels()