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

/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h51 * REVERSE_DEPTH: Viewport depth range reversed.
95 #ifndef REVERSE_DEPTH
96 #define REVERSE_DEPTH 0 macro
242 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0);
475 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0);
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h51 * REVERSE_DEPTH: Viewport depth range reversed.
95 #ifndef REVERSE_DEPTH
96 #define REVERSE_DEPTH 0 macro
242 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0);
475 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0);

Completed in 50 milliseconds