Lines Matching refs:VERIFY_MATRIX
20 #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()
161 VERIFY_MATRIX(glMultMatrix(af3), Projective3f(af3).matrix()); in test_openglsupport()
164 VERIFY_MATRIX(glLoadMatrix(pf3), Projective3f(pf3).matrix()); in test_openglsupport()
165 VERIFY_MATRIX(glMultMatrix(pf3), Projective3f(pf3).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()
182 VERIFY_MATRIX(glTranslate(vf2), Projective3f(Translation3f(vf23)).matrix()); in test_openglsupport()
184 VERIFY_MATRIX(glTranslate(vd2), Projective3d(Translation3d(vd23)).matrix()); in test_openglsupport()
187 VERIFY_MATRIX(glTranslate(vf3), Projective3f(Translation3f(vf3)).matrix()); in test_openglsupport()
189 VERIFY_MATRIX(glTranslate(vd3), Projective3d(Translation3d(vd3)).matrix()); in test_openglsupport()
192 VERIFY_MATRIX(glTranslate(tf3), Projective3f(tf3).matrix()); in test_openglsupport()
195 VERIFY_MATRIX(glTranslate(td3), Projective3d(td3).matrix()); in test_openglsupport()
201 VERIFY_MATRIX(glScale(vf2), Projective3f(Scaling(vf23)).matrix()); in test_openglsupport()
203 VERIFY_MATRIX(glScale(vd2), Projective3d(Scaling(vd23)).matrix()); in test_openglsupport()
206 VERIFY_MATRIX(glScale(vf3), Projective3f(Scaling(vf3)).matrix()); in test_openglsupport()
208 VERIFY_MATRIX(glScale(vd3), Projective3d(Scaling(vd3)).matrix()); in test_openglsupport()
211 VERIFY_MATRIX(glScale(usf), Projective3f(usf).matrix()); in test_openglsupport()
214 VERIFY_MATRIX(glScale(usd), Projective3d(usd).matrix()); in test_openglsupport()