Searched refs:vf3 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
H A Dopenglsupport.cpp186 Vector3f vf3; vf3.setRandom(); local
187 VERIFY_MATRIX(glTranslate(vf3), Projective3f(Translation3f(vf3)).matrix());
205 Vector3f vf3; vf3.setRandom(); local
206 VERIFY_MATRIX(glScale(vf3), Projective3f(Scaling(vf3)).matrix());

Completed in 95 milliseconds