Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h906 float zx = z_ * x_ * 2.0f; in ToMatrix() local
913 mat.f_[2] = zx - yw; in ToMatrix()
917 mat.f_[8] = zx + yw; in ToMatrix()
932 float zx = z_ * x_ * 2.0f; in ToMatrixPreserveTranslate() local
939 mat.f_[2] = zx - yw; in ToMatrixPreserveTranslate()
943 mat.f_[8] = zx + yw; in ToMatrixPreserveTranslate()