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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c327 static void WINE_GLAPI wine_glColor3f(GLfloat r, GLfloat g, GLfloat b) { function
511 gl_info->gl_ops.gl.p_glColor3f = wine_glColor3f;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c323 static void WINE_GLAPI wine_glColor3f(GLfloat r, GLfloat g, GLfloat b) { function
507 glColor3f = wine_glColor3f;

Completed in 71 milliseconds