Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h71 Vec2(const float* pVec) { in Vec2() argument
72 x_ = (*pVec++); in Vec2()
73 y_ = (*pVec++); in Vec2()
236 Vec3(const float* pVec) { in Vec3() argument
237 x_ = (*pVec++); in Vec3()
238 y_ = (*pVec++); in Vec3()
239 z_ = *pVec; in Vec3()
443 Vec4(const float* pVec) { in Vec4() argument
444 x_ = (*pVec++); in Vec4()
445 y_ = (*pVec++); in Vec4()
[all …]