Lines Matching refs:Vec2
139 void convertToSceneSpec (TriangleSceneSpec& scene, const tcu::Vec2& samplePos) const;
158 std::vector<tcu::Vec2> m_samplePositions;
248 const tcu::Vec2 p = tcu::Vec2(deFloatCos(((float)i)/20.0f*DE_PI*2) * 0.5f + 0.5f, deFloatSin(((float)i)/20.0f*DE_PI*2) * 0.5f + 0.5f);
249 const tcu::Vec2 d = tcu::Vec2(0.1f, 0.02f);
382 m_samplePositions.push_back(tcu::Vec2(position[0], position[1]));
510 void SamplePosRasterizationTest::convertToSceneSpec (TriangleSceneSpec& scene, const tcu::Vec2& samplePos) const