Lines Matching refs:VERIFY_UNIFORM
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()
276 VERIFY_UNIFORM(fv,m42f, Matrix42f); in test_openglsupport()
277 VERIFY_UNIFORM(fv,m34f, Matrix34f); in test_openglsupport()
278 VERIFY_UNIFORM(fv,m43f, Matrix43f); in test_openglsupport()
325 VERIFY_UNIFORM(dv,v2d, Vector2d); in test_openglsupport()
326 VERIFY_UNIFORM(dv,v3d, Vector3d); in test_openglsupport()
327 VERIFY_UNIFORM(dv,v4d, Vector4d); in test_openglsupport()