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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c314 static void WINE_GLAPI wine_glColor4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { function
324 wine_glColor4f(c[0], c[1], c[2], c[3]);
328 wine_glColor4f(r, g, b, 1.0f);
332 wine_glColor4f(c[0], c[1], c[2], 1.0f);
336 wine_glColor4f(r / 255.0f, g / 255.0f, b / 255.0f, a / 255.0f);
499 gl_info->gl_ops.gl.p_glColor4f = wine_glColor4f;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c310 static void WINE_GLAPI wine_glColor4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { function
320 wine_glColor4f(c[0], c[1], c[2], c[3]);
324 wine_glColor4f(r, g, b, 1.0f);
328 wine_glColor4f(c[0], c[1], c[2], 1.0f);
332 wine_glColor4f(r / 255.0f, g / 255.0f, b / 255.0f, a / 255.0f);
495 glColor4f = wine_glColor4f;

Completed in 45 milliseconds