Searched refs:DO_TWOSTENCIL (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h43 * DO_TWOSTENCIL:Gross hack for two-sided stencil.
103 #ifndef DO_TWOSTENCIL
104 #define DO_TWOSTENCIL 0 macro
130 if (DO_TWOSIDE || DO_OFFSET || DO_UNFILLED || DO_TWOSTENCIL)
138 if (DO_TWOSIDE || DO_UNFILLED || DO_TWOSTENCIL)
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) {
355 if (DO_TWOSIDE || DO_OFFSET || DO_UNFILLED || DO_TWOSTENCIL)
363 if (DO_TWOSIDE || DO_UNFILLED || DO_TWOSTENCIL)
[all...]

Completed in 198 milliseconds