Searched defs:m_lineWidth (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.hpp203 float m_lineWidth; member in class:rr::SingleSampleLineRasterizer
/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp102 float m_lineWidth; member in class:deqp::gles2::Functional::__anon4960::BaseRenderingCase
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...]
H A Des2fClippingTests.cpp613 const float m_lineWidth; member in class:deqp::gles2::Functional::__anon4932::LineRenderTestCase
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)
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.h119 float m_lineWidth; member in class:VkRenderFramework
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp616 const float m_lineWidth; member in class:deqp::gles3::Functional::__anon5061::LineRenderTestCase
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)
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp956 float m_lineWidth; member in class:sglr::ReferenceContext

Completed in 258 milliseconds