Home
last modified time | relevance | path

Searched refs:m_gridVertexPositions (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp129 vector<float> m_gridVertexPositions; // X and Y components per vertex. member in deqp::gles3::Functional::InstancedRenderingCase
324 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 …]