Home
last modified time | relevance | path

Searched refs:v3f (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dopenglsupport.cpp129 Vector3f v3f; in test_openglsupport() local
133 glVertex(v3f); in test_openglsupport()
134 glVertex(2*v3f+v3f); in test_openglsupport()
135 glVertex(rot*v3f); in test_openglsupport()
239 VERIFY_UNIFORM(fv,v3f, Vector3f); in test_openglsupport()
/external/python/cpython2/Doc/library/
Dgl.rst77 Equivalent to but faster than a number of ``n3f`` and ``v3f`` calls. The
82 then ``v3f()`` is called for the point.
/external/python/cpython2/Modules/
Dcstubs161 vnarray, nvarray -- an array of n3f and v3f calls.
166 For each pair, n3f() is called for the normal, and then v3f() is called
236 v3f(vec);
1337 void v3f float s[3]
Dglmodule.c222 v3f(vec); in gen_nvarray()
6949 v3f( arg1 ); in gl_v3f()