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

  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 101 float m_pointSize;
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...]
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/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 149 const float m_pointSize;
205 const float m_pointSize;
433 const float 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 629 milliseconds