Home
last modified time | relevance | path

Searched refs:Ymax (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dscissor.c91 if (y<ctx->Buffer->Ymin || y>ctx->Buffer->Ymax in gl_scissor_span()
123 GLint ymax = ctx->Buffer->Ymax; in gl_scissor_pixels()
H A Dmisc.c168 height = ctx->Buffer->Ymax - ctx->Buffer->Ymin + 1; in clear_color_buffer_with_masking()
230 GLint height = ctx->Buffer->Ymax - ctx->Buffer->Ymin + 1; in clear_color_buffers()
249 GLint height = ctx->Buffer->Ymax - ctx->Buffer->Ymin + 1; in clear_color_buffers()
283 GLint height = ctx->Buffer->Ymax - ctx->Buffer->Ymin + 1; in gl_Clear()
H A Dcontext.c1862 ctx->Buffer->Ymax = ctx->Buffer->Height-1; in gl_update_state()
1873 if (ctx->Scissor.Y + ctx->Scissor.Height - 1 < ctx->Buffer->Ymax) { in gl_update_state()
1874 ctx->Buffer->Ymax = ctx->Scissor.Y + ctx->Scissor.Height - 1; in gl_update_state()
H A Daccum.c330 height = ctx->Buffer->Ymax - ctx->Buffer->Ymin + 1; in gl_clear_accum_buffer()
H A Dpb.c153 GLint ymax = ctx->Buffer->Ymax; in gl_flush_pb()
H A Ddepth.c891 for (y=ctx->Buffer->Ymin; y<=ctx->Buffer->Ymax; y++) { in gl_clear_depth_buffer()
H A Dstencil.c1012 for (y=ctx->Buffer->Ymin; y<=ctx->Buffer->Ymax; y++) { in gl_clear_stencil_buffer()
H A Dtypes.h1195 GLint Xmin, Xmax, Ymin, Ymax; member
/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DpartitionY.cc307 Real Ymax = min(e1_Ymax, e2_Ymax); in compEdges() local
310 Real y = Real(0.5)*(Ymax + Ymin); in compEdges()
H A DmonoChain.cc357 Real Ymax = min(e1_Ymax, e2_Ymax); in compEdges() local
360 Real y = 0.5*(Ymax + Ymin); in compEdges()