Searched defs:vf2 (Results 1 – 5 of 5) sorted by relevance
5 virtual int vf2() { return 2; } in vf2() function
181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0; in test_openglsupport() local200 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 1; in test_openglsupport() local
86 ptr_fun(vf2)(s1, s2); in mem_ptr_fun() local146 void vf2(S1&, S2&) in vf2() function
8709 vector float vf2 = (vector float)(2.0); in test7() local
2142 int ov_crosslap(OggVorbis_File *vf1, OggVorbis_File *vf2){ in ov_crosslap()