Home
last modified time | relevance | path

Searched refs:ValueMask (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dstencil.c111 ctx->Stencil.ValueMask = mask; in gl_StencilFunc()
374 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span()
377 s = stencil[i] & ctx->Stencil.ValueMask; in gl_stencil_span()
393 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span()
396 s = stencil[i] & ctx->Stencil.ValueMask; in gl_stencil_span()
740 s = *sptr & ctx->Stencil.ValueMask; in gl_stencil_pixels()
760 s = *sptr & ctx->Stencil.ValueMask; in gl_stencil_pixels()
780 s = *sptr & ctx->Stencil.ValueMask; in gl_stencil_pixels()
800 s = *sptr & ctx->Stencil.ValueMask; in gl_stencil_pixels()
820 s = *sptr & ctx->Stencil.ValueMask; in gl_stencil_pixels()
[all …]
H A Dget.c727 *params = INT_TO_BOOL(ctx->Stencil.ValueMask); in gl_GetBooleanv()
1492 *params = (GLdouble) ctx->Stencil.ValueMask; in gl_GetDoublev()
2254 *params = (GLfloat) ctx->Stencil.ValueMask; in gl_GetFloatv()
3020 *params = (GLint) ctx->Stencil.ValueMask; in gl_GetIntegerv()
H A Dtypes.h883 GLstencil ValueMask; /* Value mask */ member
H A Dcontext.c787 ctx->Stencil.ValueMask = 0xff; in initialize_context()