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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c302 static void WINE_GLAPI wine_glVertex4fv(const GLfloat *pos) { function
480 gl_info->gl_ops.gl.p_glVertex4fv = wine_glVertex4fv;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c298 static void WINE_GLAPI wine_glVertex4fv(const GLfloat *pos) { function
476 glVertex4fv = wine_glVertex4fv;

Completed in 46 milliseconds