OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTwoSide
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
stencil.c
210
if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.
TestTwoSide
) {
231
((ctx->Stencil.
TestTwoSide
)
297
if (ctx->Driver.StencilMaskSeparate && ctx->Stencil.
TestTwoSide
) {
312
((ctx->Stencil.
TestTwoSide
)
355
if (ctx->Driver.StencilOpSeparate && ctx->Stencil.
TestTwoSide
) {
376
((ctx->Stencil.
TestTwoSide
)
643
ctx->Stencil.
TestTwoSide
= GL_FALSE;
enable.c
1144
if (ctx->Stencil.
TestTwoSide
== state)
1149
ctx->Stencil.
TestTwoSide
= state;
1910
return ctx->Stencil.
TestTwoSide
;
attrib.c
186
attr->StencilTwoSide = ctx->Stencil.
TestTwoSide
;
449
TEST_AND_UPDATE(ctx->Stencil.
TestTwoSide
, enable->StencilTwoSide,
1149
TEST_AND_UPDATE(ctx->Stencil.
TestTwoSide
, attr->Stencil.
TestTwoSide
,
mtypes.h
811
GLboolean
TestTwoSide
; /**< GL_EXT_stencil_two_side */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
stencil.c
207
if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.
TestTwoSide
) {
227
((ctx->Stencil.
TestTwoSide
)
292
if (ctx->Driver.StencilMaskSeparate && ctx->Stencil.
TestTwoSide
) {
306
((ctx->Stencil.
TestTwoSide
)
348
if (ctx->Driver.StencilOpSeparate && ctx->Stencil.
TestTwoSide
) {
368
((ctx->Stencil.
TestTwoSide
)
631
ctx->Stencil.
TestTwoSide
= GL_FALSE;
enable.c
972
if (ctx->Stencil.
TestTwoSide
== state)
976
ctx->Stencil.
TestTwoSide
= state;
1691
return ctx->Stencil.
TestTwoSide
;
attrib.c
383
attr->StencilTwoSide = ctx->Stencil.
TestTwoSide
;
720
TEST_AND_UPDATE(ctx->Stencil.
TestTwoSide
, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT);
1398
stencil->
TestTwoSide
);
mtypes.h
834
GLboolean
TestTwoSide
; /**< GL_EXT_stencil_two_side */
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
t_dd_tritmp.h
265
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
278
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
294
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
503
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
517
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
532
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
t_dd_tritmp.h
265
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
278
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
294
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
503
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
517
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
532
if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.
TestTwoSide
) {
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
594
{ GL_STENCIL_TEST_TWO_SIDE_EXT, CONTEXT_BOOL(Stencil.
TestTwoSide
), extra_EXT_stencil_two_side },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
587
{ GL_STENCIL_TEST_TWO_SIDE_EXT, CONTEXT_BOOL(Stencil.
TestTwoSide
), extra_EXT_stencil_two_side },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.c
1047
stencil->
TestTwoSide
);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.c
1033
stencil->
TestTwoSide
);
Completed in 25 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026