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

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 50 WINDING_CCW = 0, //!< Counter-clockwise winding
78 : winding (WINDING_CCW)
rrRasterizer.cpp 480 if (m_winding == WINDING_CCW)
496 const bool positiveArea = (m_winding == WINDING_CCW) ? (s > 0) : (s < 0);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 185 WINDING_CCW = 0,
282 return (winding == WINDING_CCW ? "triangle_ccw" : "triangle_cw");
320 case WINDING_CCW: return "ccw";
vktTessellationWindingTests.cpp 66 case WINDING_CCW: return VK_FRONT_FACE_COUNTER_CLOCKWISE;
467 { WINDING_CCW, *pipelineCounterClockwise },
vktTessellationInvarianceTests.cpp 72 const WindingUsage usage = winding == WINDING_CCW ? WINDING_USAGE_CCW :
84 cases.push_back(WINDING_CCW);
90 cases.push_back(WINDING_CCW);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 432 WINDING_CCW = 0,
468 case WINDING_CCW: return "ccw";
    [all...]

Completed in 245 milliseconds