HomeSort by relevance Sort by last modified time
    Searched refs:glVertex (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/openexr/Imath/
ImathGL.h 46 inline void glVertex ( const Imath::V3f &v ) { glVertex3f(v.x,v.y,v.z); }
47 inline void glVertex ( const Imath::V2f &v ) { glVertex2f(v.x,v.y); }
  /external/eigen/unsupported/test/
openglsupport.cpp 133 glVertex(v3f);
134 glVertex(2*v3f+v3f);
135 glVertex(rot*v3f);

Completed in 405 milliseconds