Searched refs:glVertex3fv (Results 1 – 8 of 8) sorted by relevance
/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 111 …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/ |
D | opengl32.mingw.def | 330 glVertex3fv = glVertex3fv@4
|
D | opengl32.def | 330 glVertex3fv
|
D | stw_context.c | 574 &glVertex3fv,
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 90 like glVertex3fv it will be a litteral, for others it will be one of
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 167 glVertex3fv
|
/external/mesa3d/include/GL/ |
D | gl.h | 983 GLAPI void GLAPIENTRY glVertex3fv( const GLfloat *v );
|
D | gl_mangle.h | 1947 #define glVertex3fv MANGLE(Vertex3fv) macro
|