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

  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 101 float m_pointSize;
113 , m_pointSize (1.0f)
145 if (m_pointSize != 1.0f)
150 if (m_pointSize < range[0] || m_pointSize > range[1])
151 throw tcu::NotSupportedError(std::string("Support for point size ") + de::toString(m_pointSize) + " is required.");
209 gl.uniform1f (pointSizeLoc, m_pointSize);
431 m_pointSize = (m_primitiveWideness == PRIMITIVEWIDENESS_WIDE) ? (s_wideSize) : (1.0f);
453 m_pointSize = range[1];
535 outPoints[pointNdx].pointSize = m_pointSize;
    [all...]
es2fClippingTests.cpp 490 const float m_pointSize;
497 , m_pointSize (pointSize)
505 checkPointSize (gl, m_pointSize);
527 log << TestLog::Message << "Rendering points with point size " << m_pointSize << ". Coordinates:" << TestLog::EndMessage;
553 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 493 const float m_pointSize;
500 , m_pointSize (pointSize)
508 checkPointSize (gl, m_pointSize);
530 log << TestLog::Message << "Rendering points with point size " << m_pointSize << ". Coordinates:" << TestLog::EndMessage;
556 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]

Completed in 76 milliseconds