Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dopenglsupport.cpp155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom(); in test_openglsupport() local
156 VERIFY_MATRIX(glLoadMatrix(acf3), Projective3f(acf3).matrix()); in test_openglsupport()
157 VERIFY_MATRIX(glMultMatrix(acf3), Projective3f(acf3).matrix()); in test_openglsupport()
159 Transform<float,3,Affine> af3(acf3); in test_openglsupport()