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

  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 202 float m_lineWidth;
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 98 float m_lineWidth;
110 , m_lineWidth (1.0f)
130 if (m_lineWidth != 1.0f)
135 if (m_lineWidth < range[0] || m_lineWidth > range[1])
136 throw tcu::NotSupportedError(std::string("Support for line width ") + de::toString(m_lineWidth) + " is required.");
206 gl.lineWidth (m_lineWidth);
325 m_lineWidth = (m_primitiveWideness == PRIMITIVEWIDENESS_WIDE) ? (s_wideSize) : (1.0f);
347 m_lineWidth = range[1];
369 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/vulkan-validation-layers/tests/
vkrenderframework.h 119 float m_lineWidth;
  /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/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp     [all...]

Completed in 68 milliseconds