Home
last modified time | relevance | path

Searched refs:zspan (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dtriangle.c235 GLdepth zspan[MAX_WIDTH]; \ in flat_ci_triangle()
238 zspan[i] = ffz; \ in flat_ci_triangle()
263 GLdepth zspan[MAX_WIDTH]; \ in smooth_ci_triangle()
303 GLdepth zspan[MAX_WIDTH]; \ in flat_rgba_triangle()
306 zspan[i] = ffz; \ in flat_rgba_triangle()
334 GLdepth zspan[MAX_WIDTH]; \ in smooth_rgba_triangle()
339 zspan[i] = ffz; \ in smooth_rgba_triangle()
491 GLdepth zspan[MAX_WIDTH]; \ in general_textured_triangle()
499 zspan[i] = ffz; \ in general_textured_triangle()
623 GLdepth zspan[MAX_WIDTH]; \ in lambda_textured_triangle()
[all …]
H A Dcopypix.c72 DEFARRAY( GLdepth, zspan, MAX_WIDTH ); in copy_rgb_pixels()
112 zspan[i] = z; in copy_rgb_pixels()
182 gl_write_zoomed_color_span( ctx, width, destx, dy, zspan, in copy_rgb_pixels()
186 gl_write_color_span( ctx, width, destx, dy, zspan, in copy_rgb_pixels()
190 UNDEFARRAY( zspan ); in copy_rgb_pixels()
203 GLdepth zspan[MAX_WIDTH]; in copy_ci_pixels() local
234 zspan[i] = z; in copy_ci_pixels()
296 GLdepth zspan[MAX_WIDTH]; in copy_depth_pixels() local
363 gl_write_color_span( ctx, width, destx, dy, zspan, in copy_depth_pixels()
370 zspan, indx, desty); in copy_depth_pixels()
[all …]
H A Ddrawpix.c104 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()
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
504 gl_write_color_span( ctx, width, x, y, zspan, in draw_depth_pixels()
529 GLdepth zspan[MAX_WIDTH]; in draw_color_pixels() local
[all …]