Searched defs:m_pointSize (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp101 float m_pointSize; member in class:deqp::gles2::Functional::__anon4960::BaseRenderingCase
112 , m_pointSize (1.0f)
144 if (m_pointSize != 1.0f)
149 if (m_pointSize < range[0] || m_pointSize > range[1])
150 throw tcu::NotSupportedError(std::string("Support for point size ") + de::toString(m_pointSize) + " is required.");
208 gl.uniform1f (pointSizeLoc, m_pointSize);
430 m_pointSize = (m_primitiveWideness == PRIMITIVEWIDENESS_WIDE) ? (s_wideSize) : (1.0f);
452 m_pointSize = range[1];
534 outPoints[pointNdx].pointSize = m_pointSize;
[all...]
H A Des2fClippingTests.cpp490 const float m_pointSize; member in class:deqp::gles2::Functional::__anon4932::PointCase
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);
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp493 const float m_pointSize; member in class:deqp::gles3::Functional::__anon5061::PointCase
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);

Completed in 129 milliseconds