Searched refs:VERIFY_UNIFORM (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 31 #define VERIFY_UNIFORM(SUFFIX,NAME,TYPE) { \ macro 238 VERIFY_UNIFORM(fv,v2f, Vector2f); in test_openglsupport() 239 VERIFY_UNIFORM(fv,v3f, Vector3f); in test_openglsupport() 240 VERIFY_UNIFORM(fv,v4f, Vector4f); in test_openglsupport() 244 VERIFY_UNIFORM(fv,m2f, Matrix2f); in test_openglsupport() 245 VERIFY_UNIFORM(fv,m3f, Matrix3f); in test_openglsupport() 246 VERIFY_UNIFORM(fv,m4f, Matrix4f); in test_openglsupport() 273 VERIFY_UNIFORM(fv,m23f, Matrix23f); in test_openglsupport() 274 VERIFY_UNIFORM(fv,m32f, Matrix32f); in test_openglsupport() 275 VERIFY_UNIFORM(fv,m24f, Matrix24f); in test_openglsupport() [all …]
|