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

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 50 WINDING_CCW = 0, //!< Counter-clockwise winding
69 : winding (WINDING_CCW)
rrRasterizer.cpp 479 if (m_winding == WINDING_CCW)
495 const bool positiveArea = (m_winding == WINDING_CCW) ? (s > 0) : (s < 0);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 430 WINDING_CCW = 0,
466 case WINDING_CCW: return "ccw";
    [all...]

Completed in 96 milliseconds