Home
last modified time | relevance | path

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

/cts/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp140 const float LIMIT_X = mBoardWidth / 2.0f; in updateSceneGraphs() local
155 b->flock((const Boid**) &mBoids, NUM_BOIDS, i, LIMIT_X + MARGIN, LIMIT_Y + MARGIN); in updateSceneGraphs()
160 float x = pos->mX / (LIMIT_X * BOID_SCALE) * mDisplayRatio; in updateSceneGraphs()