Lines Matching full:pointsize
301 void checkPointSize (const glw::Functions& gl, float pointSize)
305 if (pointSizeRange[1] < pointSize)
431 packet.pointSize = rr::readVertexAttribFloat(inputs[pointSizeAttrLoc], packet.instanceNdx, packet.vertexNdx).x();
483 pointSize, const rr::WindowRectangle& viewport);
494 PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport)
497 , m_pointSize (pointSize)