Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h422 Vec4(const float fX, const float fY, const float fZ, const float fW) { in Vec4() argument
426 w_ = fW; in Vec4()
436 Vec4(const Vec3& vec, const float fW) { in Vec4() argument
440 w_ = fW; in Vec4()
619 void Value(float& fX, float& fY, float& fZ, float& fW) { in Value() argument
623 fW = w_; in Value()
843 Quaternion(const float fX, const float fY, const float fZ, const float fW) { in Quaternion() argument
847 w_ = fW; in Quaternion()
850 Quaternion(const Vec3 vec, const float fW) { in Quaternion() argument
854 w_ = fW; in Quaternion()
[all …]