Searched refs:genClippingPointInfoString (Results 1 – 2 of 2) sorted by relevance
363 std::string genClippingPointInfoString(const tcu::Vec4& p) in genClippingPointInfoString() function534 << "\t" << genClippingPointInfoString(m_points[ndx]) in testRender()667 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender()668 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1); in testRender()890 const std::string v0Properties = genClippingPointInfoString(m_polys[ndx].p0); in testRender()891 const std::string v1Properties = genClippingPointInfoString(m_polys[ndx].p1); in testRender()892 const std::string v2Properties = genClippingPointInfoString(m_polys[ndx].p2); in testRender()1149 const std::string v0Properties = genClippingPointInfoString(m_triangles[ndx].v0); in render()1150 const std::string v1Properties = genClippingPointInfoString(m_triangles[ndx].v1); in render()1151 const std::string v2Properties = genClippingPointInfoString(m_triangles[ndx].v2); in render()
366 std::string genClippingPointInfoString(const tcu::Vec4& p) in genClippingPointInfoString() function537 << "\t" << genClippingPointInfoString(m_points[ndx]) in testRender()670 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender()671 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1); in testRender()894 const std::string v0Properties = genClippingPointInfoString(m_polys[ndx].p0); in testRender()895 const std::string v1Properties = genClippingPointInfoString(m_polys[ndx].p1); in testRender()896 const std::string v2Properties = genClippingPointInfoString(m_polys[ndx].p2); in testRender()1153 const std::string v0Properties = genClippingPointInfoString(m_triangles[ndx].v0); in render()1154 const std::string v1Properties = genClippingPointInfoString(m_triangles[ndx].v1); in render()1155 const std::string v2Properties = genClippingPointInfoString(m_triangles[ndx].v2); in render()