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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c245 static void WINE_GLAPI wine_glFogfv(GLenum pname, const GLfloat *param) { function
455 gl_info->gl_ops.gl.p_glFogfv = wine_glFogfv;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c241 static void WINE_GLAPI wine_glFogfv(GLenum pname, const GLfloat *param) { function
451 glFogfv = wine_glFogfv;

Completed in 254 milliseconds