Searched refs:ndx00 (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp333 int ndx00 = y*(QUAD_GRID_SIZE + 1) + x; local
339 m_gridIndices.push_back(ndx00);
H A Des3fVertexTextureTests.cpp260 int ndx00 = (row*m_gridSize + col) * 4; local
261 int ndx11 = ndx00 + 3;
263 return Vec4(m_positions[ndx00].x(),
264 m_positions[ndx00].y(),
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp210 int ndx00 = (row*m_gridSize + col) * 4; local
211 int ndx11 = ndx00 + 3;
213 return Vec4(m_positions[ndx00].x(),
214 m_positions[ndx00].y(),

Completed in 93 milliseconds