Searched defs:wine_glVertex3fv (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c310 static void WINE_GLAPI wine_glVertex3fv(const GLfloat *pos) { function
492 gl_info->gl_ops.gl.p_glVertex3fv = wine_glVertex3fv;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c306 static void WINE_GLAPI wine_glVertex3fv(const GLfloat *pos) { function
488 glVertex3fv = wine_glVertex3fv;

Completed in 46 milliseconds