Home
last modified time | relevance | path

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

/cts/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp163 const float SCALE = BOID_SCALE * MAIN_SCALE; in updateSceneGraphs() local
164 transformMatrix = Matrix::newScale(SCALE, SCALE, SCALE); in updateSceneGraphs()