Searched refs:getIndexPositionY (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | IndexedPointsTest.cpp | 28 float getIndexPositionY(size_t idx) { return (idx == 2 || idx == 3) ? -0.5f : 0.5f; } in getIndexPositionY() function in IndexedPointsTest 74 getIndexPositionX(0), getIndexPositionY(0), 0.0f, 1.0f, 0.0f, in testSetUp() 75 getIndexPositionX(2), getIndexPositionY(2), 0.0f, 1.0f, 0.0f, in testSetUp() 76 getIndexPositionX(1), getIndexPositionY(1), 0.0f, 1.0f, 0.0f, in testSetUp() 77 getIndexPositionX(3), getIndexPositionY(3), 0.0f, 1.0f, 0.0f, in testSetUp() 87 getIndexPositionX(0), getIndexPositionY(0), getIndexPositionX(2), getIndexPositionY(2), in testSetUp() 88 getIndexPositionX(1), getIndexPositionY(1), getIndexPositionX(3), getIndexPositionY(3), in testSetUp() 156 static_cast<GLuint>(viewportSize[1] + (getIndexPositionY(i) * 0.5f + 0.5f) * in runTest()
|