Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DIndexedPointsTest.cpp26 float getIndexPositionX(size_t idx) { return (idx == 0 || idx == 3) ? -0.5f : 0.5f; } in getIndexPositionX() 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()
153 static_cast<GLuint>(viewportSize[0] + (getIndexPositionX(i) * 0.5f + 0.5f) * in runTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DIndexedPointsTest.cpp26 float getIndexPositionX(size_t idx) in getIndexPositionX() function in IndexedPointsTest
97 getIndexPositionX(0), getIndexPositionY(0), 0.0f, 1.0f, 0.0f, in SetUp()
98 getIndexPositionX(2), getIndexPositionY(2), 0.0f, 1.0f, 0.0f, in SetUp()
99 getIndexPositionX(1), getIndexPositionY(1), 0.0f, 1.0f, 0.0f, in SetUp()
100 getIndexPositionX(3), getIndexPositionY(3), 0.0f, 1.0f, 0.0f, in SetUp()
110 getIndexPositionX(0), getIndexPositionY(0), in SetUp()
111 getIndexPositionX(2), getIndexPositionY(2), in SetUp()
112 getIndexPositionX(1), getIndexPositionY(1), in SetUp()
113 getIndexPositionX(3), getIndexPositionY(3), in SetUp()
177 …GLuint x = static_cast<GLuint>(viewportSize[0] + (getIndexPositionX(i) * 0.5f + 0.5f) * (viewportS… in runTest()