Searched defs:fZ (Results 1 – 2 of 2) sorted by relevance
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | vecmath.h | 224 Vec3(const float fX, const float fY, const float fZ) { in Vec3() 398 void Value(float& fX, float& fY, float& fZ) { in Value() 422 Vec4(const float fX, const float fY, const float fZ, const float fW) { in Vec4() 619 void Value(float& fX, float& fY, float& fZ, float& fW) { in Value() 843 Quaternion(const float fX, const float fY, const float fZ, const float fW) { in Quaternion() 961 void Value(float& fX, float& fY, float& fZ, float& fW) { in Value()
|
D | vecmath.cpp | 277 Mat4 Mat4::Translation(const float fX, const float fY, const float fZ) { in Translation()
|