Searched refs:glVertex3fv (Results 1 – 13 of 13) 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/docs/ |
D | dispatch.rst | 24 currently active, the same ``glVertex3fv`` function is used. 31 server. The same ``glVertex3fv`` has to do the right thing depending on 40 different GL context current. This means that poor old ``glVertex3fv`` 56 The implementation of functions such as ``glVertex3fv`` becomes 60 - Fetch the pointer to the real ``glVertex3fv`` function from the
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 337 glVertex3fv = glVertex3fv@4
|
D | osmesa.def | 340 glVertex3fv
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 330 glVertex3fv = glVertex3fv@4
|
D | opengl32.def | 330 glVertex3fv
|
D | stw_context.c | 742 &glVertex3fv,
|
D | gldrv.h | 171 void (APIENTRY *glVertex3fv )( const GLfloat *v );
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 97 like glVertex3fv it will be a literal, for others it will be one of
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 303 glVertex3fv
|
D | libGL_autogen.cpp | 1552 void GL_APIENTRY glVertex3fv(const GLfloat *v) in glVertex3fv() function
|
/external/mesa3d/include/GL/ |
D | gl.h | 950 GLAPI void GLAPIENTRY glVertex3fv( const GLfloat *v );
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1165 GLAPI void GLAPIENTRY glVertex3fv (const GLfloat *v);
|