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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c224 static void WINE_GLAPI wine_glFogf(GLenum pname, GLfloat param) { function
449 gl_info->gl_ops.gl.p_glFogf = wine_glFogf;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c220 static void WINE_GLAPI wine_glFogf(GLenum pname, GLfloat param) { function
445 glFogf = wine_glFogf;

Completed in 44 milliseconds