Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h224 Vec3(const float fX, const float fY, const float fZ) { in Vec3() argument
227 z_ = fZ; in Vec3()
398 void Value(float& fX, float& fY, float& fZ) { in Value() argument
401 fZ = z_; in Value()
422 Vec4(const float fX, const float fY, const float fZ, const float fW) { in Vec4() argument
425 z_ = fZ; in Vec4()
619 void Value(float& fX, float& fY, float& fZ, float& fW) { in Value() argument
622 fZ = z_; in Value()
783 static Mat4 Translation(const float fX, const float fY, const float fZ);
843 Quaternion(const float fX, const float fY, const float fZ, const float fW) { in Quaternion() argument
[all …]
Dvecmath.cpp277 Mat4 Mat4::Translation(const float fX, const float fY, const float fZ) { in Translation() argument
290 ret.f_[14] = fZ; in Translation()