Lines Matching refs:setRandom
32 TYPE value; value.setRandom(); \
140 Matrix4f mf44; mf44.setRandom(); in test_openglsupport()
143 Matrix4d md44; md44.setRandom(); in test_openglsupport()
155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom(); in test_openglsupport()
163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom(); in test_openglsupport()
167 Transform<double,3,AffineCompact> acd3; acd3.matrix().setRandom(); in test_openglsupport()
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom(); in test_openglsupport()
181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0; in test_openglsupport()
183 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 0; in test_openglsupport()
186 Vector3f vf3; vf3.setRandom(); in test_openglsupport()
188 Vector3d vd3; vd3.setRandom(); in test_openglsupport()
191 Translation<float,3> tf3; tf3.vector().setRandom(); in test_openglsupport()
194 Translation<double,3> td3; td3.vector().setRandom(); in test_openglsupport()
200 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 1; in test_openglsupport()
202 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 1; in test_openglsupport()
205 Vector3f vf3; vf3.setRandom(); in test_openglsupport()
207 Vector3d vd3; vd3.setRandom(); in test_openglsupport()