HomeSort by relevance Sort by last modified time
    Searched refs:REVERSE_DEPTH (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 51 * REVERSE_DEPTH: Viewport depth range reversed.
95 #ifndef REVERSE_DEPTH
96 #define REVERSE_DEPTH 0
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/
t_dd_tritmp.h 51 * REVERSE_DEPTH: Viewport depth range reversed.
95 #ifndef REVERSE_DEPTH
96 #define REVERSE_DEPTH 0
242 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0);
475 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0);

Completed in 465 milliseconds