Searched refs:Projective3d (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 149 VERIFY_MATRIX(glRotate(qd), Projective3d(qd).matrix()); in test_openglsupport() 168 VERIFY_MATRIX(glLoadMatrix(acd3), Projective3d(acd3).matrix()); in test_openglsupport() 169 VERIFY_MATRIX(glMultMatrix(acd3), Projective3d(acd3).matrix()); in test_openglsupport() 172 VERIFY_MATRIX(glLoadMatrix(ad3), Projective3d(ad3).matrix()); in test_openglsupport() 173 VERIFY_MATRIX(glMultMatrix(ad3), Projective3d(ad3).matrix()); in test_openglsupport() 176 VERIFY_MATRIX(glLoadMatrix(pd3), Projective3d(pd3).matrix()); in test_openglsupport() 177 VERIFY_MATRIX(glMultMatrix(pd3), Projective3d(pd3).matrix()); in test_openglsupport() 184 VERIFY_MATRIX(glTranslate(vd2), Projective3d(Translation3d(vd23)).matrix()); in test_openglsupport() 189 VERIFY_MATRIX(glTranslate(vd3), Projective3d(Translation3d(vd3)).matrix()); in test_openglsupport() 195 VERIFY_MATRIX(glTranslate(td3), Projective3d(td3).matrix()); in test_openglsupport() [all …]
|
/external/eigen/test/ |
D | stdvector.cpp | 142 CALL_SUBTEST_4(check_stdvector_transform(Projective3d())); in test_stdvector()
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 673 typedef Transform<double,3,Projective> Projective3d; typedef
|