Home
last modified time | relevance | path

Searched refs:pbz (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dlines.c269 pbz[count] = Z; \ in flat_ci_z_line()
324 pbz[count] = Z; \ in flat_rgba_z_line()
378 pbz[count] = Z; \ in smooth_ci_z_line()
503 pbz[count] = Z; pbz[count+1] = Z; \ in general_smooth_ci_line()
509 pbz[count] = Z; pbz[count+1] = Z; \ in general_smooth_ci_line()
570 pbz[count] = Z; pbz[count+1] = Z; \ in general_flat_ci_line()
575 pbz[count] = Z; pbz[count+1] = Z; \ in general_flat_ci_line()
647 pbz[count] = Z; pbz[count+1] = Z; \ in general_smooth_rgba_line()
656 pbz[count] = Z; pbz[count+1] = Z; \ in general_smooth_rgba_line()
724 pbz[count] = Z; pbz[count+1] = Z; \ in general_flat_rgba_line()
[all …]
H A Dpoints.c201 GLdepth *pbz = PB->z; in size1_ci_points() local
211 pbz[pbcount] = (GLint) (win[2] + ctx->PointZoffset); in size1_ci_points()