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 96 float m_pointSize;
108 , m_pointSize (1.0f)
140 if (m_pointSize != 1.0f)
145 if (m_pointSize < range[0] || m_pointSize > range[1])
146 throw tcu::NotSupportedError(std::string("Support for point size ") + de::toString(m_pointSize) + " is required.");
204 gl.uniform1f (pointSizeLoc, m_pointSize);
415 m_pointSize = (m_primitiveWideness == PRIMITIVEWIDENESS_WIDE) ? (s_wideSize) : (1.0f);
437 m_pointSize = range[1];
519 outPoints[pointNdx].pointSize = m_pointSize;
    [all...]
es2fClippingTests.cpp 491 const float m_pointSize;
498 , m_pointSize (pointSize)
506 checkPointSize (gl, m_pointSize);
528 log << TestLog::Message << "Rendering points with point size " << m_pointSize << ". Coordinates:" << TestLog::EndMessage;
554 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 494 const float m_pointSize;
501 , m_pointSize (pointSize)
509 checkPointSize (gl, m_pointSize);
531 log << TestLog::Message << "Rendering points with point size " << m_pointSize << ". Coordinates:" << TestLog::EndMessage;
557 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]

Completed in 125 milliseconds