Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp189 float fCosine, fSine; in RotationX() local
192 fSine = sinf(fAngle); in RotationX()
200 ret.f_[9] = fSine; in RotationX()
203 ret.f_[6] = -fSine; in RotationX()
215 float fCosine, fSine; in RotationY() local
218 fSine = sinf(fAngle); in RotationY()
222 ret.f_[8] = -fSine; in RotationY()
228 ret.f_[2] = fSine; in RotationY()
241 float fCosine, fSine; in RotationZ() local
244 fSine = sinf(fAngle); in RotationZ()
[all …]