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

  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 203 float m_lineWidth;
rrRasterizer.cpp 869 , m_lineWidth (0.0f)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 102 float m_lineWidth;
113 , m_lineWidth (1.0f)
133 if (m_lineWidth != 1.0f)
138 if (m_lineWidth < range[0] || m_lineWidth > range[1])
139 throw tcu::NotSupportedError(std::string("Support for line width ") + de::toString(m_lineWidth) + " is required.");
209 gl.lineWidth (m_lineWidth);
328 m_lineWidth = (m_primitiveWideness == PRIMITIVEWIDENESS_WIDE) ? (s_wideSize) : (1.0f);
350 m_lineWidth = range[1];
372 scene.lineWidth = m_lineWidth;
    [all...]
es2fClippingTests.cpp 613 const float m_lineWidth;
624 , m_lineWidth (lineWidth)
632 , m_lineWidth (lineWidth)
641 checkLineWidth (gl, m_lineWidth);
664 log << TestLog::Message << "Rendering lines with line width " << m_lineWidth << ". Coordinates:" << TestLog::EndMessage;
693 ctx.lineWidth (m_lineWidth);
768 if (m_lineWidth != 1.0f && isMsaa)
826 if (m_lineWidth != 1.0f)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 616 const float m_lineWidth;
627 , m_lineWidth (lineWidth)
635 , m_lineWidth (lineWidth)
644 checkLineWidth (gl, m_lineWidth);
667 log << TestLog::Message << "Rendering lines with line width " << m_lineWidth << ". Coordinates:" << TestLog::EndMessage;
696 ctx.lineWidth (m_lineWidth);
771 if (m_lineWidth != 1.0f && isMsaa)
830 if (m_lineWidth != 1.0f)
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 129 float m_lineWidth;
vkrenderframework.cpp 426 m_lineWidth = 1.0f;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp     [all...]
sglrReferenceContext.cpp 381 , m_lineWidth (1.0f)
    [all...]

Completed in 223 milliseconds