Home
last modified time | relevance | path

Searched defs:Vec3 (Results 1 – 2 of 2) sorted by relevance

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h40 class Vec3; variable
222 Vec3() { x_ = y_ = z_ = 0.f; } in Vec3() function
224 Vec3(const float fX, const float fY, const float fZ) { in Vec3() function
230 Vec3(const Vec3& vec) { in Vec3() function
236 Vec3(const float* pVec) { in Vec3() function
242 Vec3(const Vec2& vec, float f) { in Vec3() function
Dvecmath.cpp31 Vec3::Vec3(const Vec4& vec) { in Vec3() function in android::gamecore::Vec3