Searched refs:glVertex3fv (Results 1 – 17 of 17) 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/libGLESv2/ |
D | opengl32_with_wgl_autogen.def | 1512 glVertex3fv
|
D | opengl32_autogen.def | 1512 glVertex3fv
|
D | libGLESv2_autogen.cpp | 7086 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/cronet/third_party/quic_trace/src/third_party/glew/include/GL/ |
D | glew.h | 1171 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);
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 19518 #define glVertex3fv epoxy_glVertex3fv macro
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 117368 GEN_THUNKS(glVertex3fv, (const GLfloat * v), (v))
|