Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h39 class Vec2; variable
59 Vec2() { x_ = y_ = 0.f; } in Vec2() function
61 Vec2(const float fX, const float fY) { in Vec2() function
66 Vec2(const Vec2& vec) { in Vec2() function
71 Vec2(const float* pVec) { in Vec2() function