Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h764 Mat4& PostTranslate(float tx, float ty, float tz) { in PostTranslate() argument
765 f_[12] += (tx * f_[0]) + (ty * f_[4]) + (tz * f_[8]); in PostTranslate()
766 f_[13] += (tx * f_[1]) + (ty * f_[5]) + (tz * f_[9]); in PostTranslate()
767 f_[14] += (tx * f_[2]) + (ty * f_[6]) + (tz * f_[10]); in PostTranslate()
768 f_[15] += (tx * f_[3]) + (ty * f_[7]) + (tz * f_[11]); in PostTranslate()