Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglRenderTests.cpp151 const float maxTriOffset = 1.0f; in randomizeDrawOp() local
182 position.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()
183 position.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()
203 p1.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()
204 p1.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()
208 p2.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()
209 p2.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()