Lines Matching refs:zspan

104    GLdepth zspan[MAX_WIDTH];  in draw_index_pixels()  local
116 zspan[i] = zval; in draw_index_pixels()
216 gl_write_zoomed_color_span( ctx, width, x, y, zspan, in draw_index_pixels()
220 gl_write_color_span( ctx, width, x, y, zspan, in draw_index_pixels()
232 gl_write_zoomed_index_span( ctx, width, x, y, zspan, ispan, desty ); in draw_index_pixels()
235 gl_write_index_span( ctx, width, x, y, zspan, ispan, GL_BITMAP ); in draw_index_pixels()
406 GLdepth zspan[MAX_WIDTH]; in draw_depth_pixels() local
409 zspan[i] = zptr[i] >> shift; in draw_depth_pixels()
411 gl_write_color_span( ctx, width, x, y, zspan, in draw_depth_pixels()
422 GLdepth zspan[MAX_WIDTH]; in draw_depth_pixels() local
495 zspan[j] = (GLdepth) (CLAMP( depth[j], 0.0F, 1.0F ) * DEPTH_SCALE); in draw_depth_pixels()
500 gl_write_zoomed_color_span( ctx, width, x, y, zspan, in draw_depth_pixels()
504 gl_write_color_span( ctx, width, x, y, zspan, in draw_depth_pixels()
510 gl_write_zoomed_index_span( ctx, width, x, y, zspan, in draw_depth_pixels()
514 gl_write_index_span( ctx, width, x, y, zspan, ispan, GL_BITMAP ); in draw_depth_pixels()
529 GLdepth zspan[MAX_WIDTH]; in draw_color_pixels() local
545 zspan[i] = z; in draw_color_pixels()
605 gl_write_zoomed_color_span(ctx, (GLuint) width, x, y, zspan, in draw_color_pixels()
610 gl_write_color_span(ctx, (GLuint) width, x, y, zspan, red, in draw_color_pixels()
639 gl_write_zoomed_color_span(ctx, (GLuint) width, x, y, zspan, in draw_color_pixels()
644 gl_write_color_span(ctx, (GLuint) width, x, y, zspan, red, in draw_color_pixels()
665 gl_write_zoomed_color_span(ctx, (GLuint) width, x, y, zspan, in draw_color_pixels()
670 gl_write_color_span(ctx, (GLuint) width, x, y, zspan, lum, in draw_color_pixels()
983 gl_write_zoomed_color_span(ctx, width, x, y, zspan, red, green, in draw_color_pixels()
988 gl_write_color_span(ctx, (GLuint) width, x, y, zspan, red, in draw_color_pixels()