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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c331 static void WINE_GLAPI wine_glColor3fv(const GLfloat *c) { function
517 gl_info->gl_ops.gl.p_glColor3fv = wine_glColor3fv;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c327 static void WINE_GLAPI wine_glColor3fv(const GLfloat *c) { function
513 glColor3fv = wine_glColor3fv;

Completed in 46 milliseconds