Home
last modified time | relevance | path

Searched refs:glVertex3fv (Results 1 – 8 of 8) sorted by relevance

/external/eigen/demos/opengl/
Dgpuhelper.cpp111 …glNormal3f(0,0,-1); glVertex3fv(vertices[0]); glVertex3fv(vertices[2]); glVertex3fv(vertices[3]); in drawUnitCube()
112 …glNormal3f(0,0, 1); glVertex3fv(vertices[4]); glVertex3fv(vertices[5]); glVertex3fv(vertices[7]); in drawUnitCube()
113 …glNormal3f(0,-1,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[1]); glVertex3fv(vertices[5]); in drawUnitCube()
114 …glNormal3f(0, 1,0); glVertex3fv(vertices[2]); glVertex3fv(vertices[6]); glVertex3fv(vertices[7]); in drawUnitCube()
115 …glNormal3f(-1,0,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[4]); glVertex3fv(vertices[6]); in drawUnitCube()
116 …glNormal3f( 1,0,0); glVertex3fv(vertices[1]); glVertex3fv(vertices[3]); glVertex3fv(vertices[7]); in drawUnitCube()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def330 glVertex3fv = glVertex3fv@4
Dopengl32.def330 glVertex3fv
Dstw_context.c574 &glVertex3fv,
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd90 like glVertex3fv it will be a litteral, for others it will be one of
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def167 glVertex3fv
/external/mesa3d/include/GL/
Dgl.h983 GLAPI void GLAPIENTRY glVertex3fv( const GLfloat *v );
Dgl_mangle.h1947 #define glVertex3fv MANGLE(Vertex3fv) macro