Searched refs:fY (Results 1 – 2 of 2) sorted by relevance
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | vecmath.h | 61 Vec2(const float fX, const float fY) { in Vec2() argument 63 y_ = fY; in Vec2() 201 void Value(float& fX, float& fY) { in Value() argument 203 fY = y_; in Value() 224 Vec3(const float fX, const float fY, const float fZ) { in Vec3() argument 226 y_ = fY; in Vec3() 398 void Value(float& fX, float& fY, float& fZ) { in Value() argument 400 fY = y_; in Value() 422 Vec4(const float fX, const float fY, const float fZ, const float fW) { in Vec4() argument 424 y_ = fY; in Vec4() [all …]
|
D | vecmath.cpp | 277 Mat4 Mat4::Translation(const float fX, const float fY, const float fZ) { in Translation() argument 286 ret.f_[13] = fY; in Translation()
|