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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c323 static void WINE_GLAPI wine_glColor4fv(const GLfloat *c) { function
505 gl_info->gl_ops.gl.p_glColor4fv = wine_glColor4fv;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c319 static void WINE_GLAPI wine_glColor4fv(const GLfloat *c) { function
501 glColor4fv = wine_glColor4fv;

Completed in 45 milliseconds