Home
last modified time | relevance | path

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

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