Searched refs:primNdx (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 368 for (int primNdx = 0; primNdx < m_primitiveCount; primNdx++) in render() local 375 const int ndx = primNdx*4*vertexCount + vertNdx*4; in render() 383 indices[primNdx*indexCount + ndx] = baseIndices[ndx] + primNdx*vertexCount; in render()
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 1014 for (int primNdx = 0; primNdx < numPositionCells; ++primNdx) in createBuffers() local 1016 positionData[primNdx*6 + 0] = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in createBuffers() 1017 positionData[primNdx*6 + 1] = tcu::Vec4(0.0f, 2.0f / GRID_SIZE, 0.0f, 1.0f); in createBuffers() 1018 positionData[primNdx*6 + 2] = tcu::Vec4(2.0f / GRID_SIZE, 2.0f / GRID_SIZE, 0.0f, 1.0f); in createBuffers() 1019 positionData[primNdx*6 + 3] = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in createBuffers() 1020 positionData[primNdx*6 + 4] = tcu::Vec4(2.0f / GRID_SIZE, 2.0f / GRID_SIZE, 0.0f, 1.0f); in createBuffers() 1021 positionData[primNdx*6 + 5] = tcu::Vec4(2.0f / GRID_SIZE, 0.0f, 0.0f, 1.0f); in createBuffers()
|