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 201 float m_lineWidth;
rrRasterizer.cpp 818 , m_lineWidth (0.0f)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 97 float m_lineWidth;
109 , m_lineWidth (1.0f)
129 if (m_lineWidth != 1.0f)
134 if (m_lineWidth < range[0] || m_lineWidth > range[1])
135 throw tcu::NotSupportedError(std::string("Support for line width ") + de::toString(m_lineWidth) + " is required.");
205 gl.lineWidth (m_lineWidth);
322 m_lineWidth = (m_primitiveWideness == PRIMITIVEWIDENESS_WIDE) ? (s_wideSize) : (1.0f);
344 m_lineWidth = range[1];
366 scene.lineWidth = m_lineWidth;
    [all...]
es2fClippingTests.cpp 617 const float m_lineWidth;
624 , m_lineWidth (lineWidth)
632 , m_lineWidth (lineWidth)
640 checkLineWidth (gl, m_lineWidth);
663 log << TestLog::Message << "Rendering lines with line width " << m_lineWidth << ". Coordinates:" << TestLog::EndMessage;
692 ctx.lineWidth (m_lineWidth);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 244 , m_lineWidth(1)
270 , m_lineWidth(other.m_lineWidth)
309 m_lineWidth = other.m_lineWidth;
459 return state().m_lineWidth;
466 if (state().m_lineWidth == width)
469 modifiableState().m_lineWidth = width;
    [all...]
CanvasRenderingContext2D.h 255 float m_lineWidth;
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 620 const float m_lineWidth;
627 , m_lineWidth (lineWidth)
635 , m_lineWidth (lineWidth)
643 checkLineWidth (gl, m_lineWidth);
666 log << TestLog::Message << "Rendering lines with line width " << m_lineWidth << ". Coordinates:" << TestLog::EndMessage;
695 ctx.lineWidth (m_lineWidth);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp     [all...]
sglrReferenceContext.cpp 381 , m_lineWidth (1.0f)
    [all...]

Completed in 870 milliseconds