Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h907 float xw = x_ * w_ * 2.0f; in ToMatrix() local
916 mat.f_[6] = yz + xw; in ToMatrix()
918 mat.f_[9] = yz - xw; in ToMatrix()
933 float xw = x_ * w_ * 2.0f; in ToMatrixPreserveTranslate() local
942 mat.f_[6] = yz + xw; in ToMatrixPreserveTranslate()
944 mat.f_[9] = yz - xw; in ToMatrixPreserveTranslate()