Home
last modified time | relevance | path

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

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