Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dopenglsupport.cpp20 #define VERIFY_MATRIX(CODE,REF) { \ macro
141 VERIFY_MATRIX(glLoadMatrix(mf44), mf44); in test_openglsupport()
142 VERIFY_MATRIX(glMultMatrix(mf44), mf44); in test_openglsupport()
144 VERIFY_MATRIX(glLoadMatrix(md44), md44); in test_openglsupport()
145 VERIFY_MATRIX(glMultMatrix(md44), md44); in test_openglsupport()
149 VERIFY_MATRIX(glRotate(qd), Projective3d(qd).matrix()); in test_openglsupport()
152 VERIFY_MATRIX(glRotate(qf), Projective3f(qf).matrix()); in test_openglsupport()
156 VERIFY_MATRIX(glLoadMatrix(acf3), Projective3f(acf3).matrix()); in test_openglsupport()
157 VERIFY_MATRIX(glMultMatrix(acf3), Projective3f(acf3).matrix()); in test_openglsupport()
160 VERIFY_MATRIX(glLoadMatrix(af3), Projective3f(af3).matrix()); in test_openglsupport()
[all …]