Home
last modified time | relevance | path

Searched refs:WINDING_CCW (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp50 WINDING_CCW = 0, //!< Counter-clockwise winding enumerator
69 : winding (WINDING_CCW) in RasterizationState()
DrrRasterizer.cpp479 if (m_winding == WINDING_CCW) in init()
495 const bool positiveArea = (m_winding == WINDING_CCW) ? (s > 0) : (s < 0); in init()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp430 WINDING_CCW = 0, enumerator
466 case WINDING_CCW: return "ccw"; in getWindingShaderName()
3578 case WINDINGUSAGE_CCW: windings.push_back(WINDING_CCW); break; in init()
3580 case WINDINGUSAGE_VARY: windings.push_back(WINDING_CCW); in init()
3799 …ontext, name, description, primType, spacing, usePointMode, winding == WINDING_CCW ? WINDINGUSAGE_… in InvariantPrimitiveSetCase()