Searched refs:m_polys (Results 1 – 2 of 2) sorted by relevance
860 const std::vector<TriangleData> m_polys; member in deqp::gles3::Functional::__anon07f21dac0111::TriangleCaseBase866 , m_polys (polysBegin, polysEnd) in TriangleCaseBase()892 for (size_t ndx = 0; ndx < m_polys.size(); ++ndx) 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()897 const std::string c0Properties = genColorString(m_polys[ndx].c0); in testRender()898 const std::string c1Properties = genColorString(m_polys[ndx].c1); in testRender()899 const std::string c2Properties = genColorString(m_polys[ndx].c2); in testRender()901 …ssage << "\tv0 (x=" << m_polys[ndx].p0.x() << "\ty=" << m_polys[ndx].p0.y() << "\tz=" << m_polys[n… in testRender()[all …]
856 const std::vector<TriangleData> m_polys; member in deqp::gles2::Functional::__anon1ee7734a0111::TriangleCaseBase862 , m_polys (polysBegin, polysEnd) in TriangleCaseBase()888 for (size_t ndx = 0; ndx < m_polys.size(); ++ndx) 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()893 const std::string c0Properties = genColorString(m_polys[ndx].c0); in testRender()894 const std::string c1Properties = genColorString(m_polys[ndx].c1); in testRender()895 const std::string c2Properties = genColorString(m_polys[ndx].c2); in testRender()897 …ssage << "\tv0 (x=" << m_polys[ndx].p0.x() << "\ty=" << m_polys[ndx].p0.y() << "\tz=" << m_polys[n… in testRender()[all …]