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

/external/deqp/modules/egl/
H A DteglRenderTests.cpp151 const float maxTriOffset = 1.0f; local
182 position.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset);
183 position.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset);
203 p1.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset);
204 p1.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset);
208 p2.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffse
[all...]

Completed in 67 milliseconds