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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c284 static void WINE_GLAPI wine_glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) { function
303 wine_glVertex4f(pos[0], pos[1], pos[2], pos[3]);
307 wine_glVertex4f(x, y, z, 1.0f);
311 wine_glVertex4f(pos[0], pos[1], pos[2], 1.0f);
474 gl_info->gl_ops.gl.p_glVertex4f = wine_glVertex4f;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c280 static void WINE_GLAPI wine_glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) { function
299 wine_glVertex4f(pos[0], pos[1], pos[2], pos[3]);
303 wine_glVertex4f(x, y, z, 1.0f);
307 wine_glVertex4f(pos[0], pos[1], pos[2], 1.0f);
470 glVertex4f = wine_glVertex4f;

Completed in 45 milliseconds