Home
last modified time | relevance | path

Searched defs:glVertex (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathGL.h46 inline void glVertex ( const Imath::V3f &v ) { glVertex3f(v.x,v.y,v.z); } in glVertex() function
47 inline void glVertex ( const Imath::V2f &v ) { glVertex2f(v.x,v.y); } in glVertex() function