Searched refs:m_gridVertexPositions (Results 1 – 1 of 1) sorted by relevance
129 vector<float> m_gridVertexPositions; // X and Y components per vertex. member in deqp::gles3::Functional::InstancedRenderingCase324 m_gridVertexPositions.push_back(fx); in init()325 m_gridVertexPositions.push_back(fy); in init()364 m_gridVertexPositions.push_back(fx0); in init()365 m_gridVertexPositions.push_back(fy0); in init()366 m_gridVertexPositions.push_back(fx1); in init()367 m_gridVertexPositions.push_back(fy0); in init()368 m_gridVertexPositions.push_back(fx0); in init()369 m_gridVertexPositions.push_back(fy1); in init()372 m_gridVertexPositions.push_back(fx1); in init()[all …]