Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
Dvecmath.h36 class Vec4; variable
51 friend class Vec4; variable
255 friend class Vec4;
292 Vec3( const Vec4& vec );
490 class Vec4
500 Vec4() in Vec4() function
505 Vec4( const float fX, const float fY, const float fZ, const float fW ) in Vec4() function
513 Vec4( const Vec4& vec ) in Vec4() function
521 Vec4( const Vec3& vec, const float fW ) in Vec4() function
529 Vec4( const float* pVec ) in Vec4() function
[all …]
Dvecmath.cpp28 Vec3::Vec3( const Vec4& vec ) in Vec3()
38 Vec4 Vec4::operator*( const Mat4& rhs ) const in operator *()
40 Vec4 out; in operator *()
105 Vec4 Mat4::operator*( const Vec4& rhs ) const in operator *()
107 Vec4 ret; in operator *()