Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h194 float Dot(const Vec2& rhs) { return x_ * rhs.x_ + y_ * rhs.y_; } in Dot() function
383 float Dot(const Vec3& rhs) { return x_ * rhs.x_ + y_ * rhs.y_ + z_ * rhs.z_; } in Dot() function
601 float Dot(const Vec3& rhs) { return x_ * rhs.x_ + y_ * rhs.y_ + z_ * rhs.z_; } in Dot() function