Home
last modified time | relevance | path

Searched refs:fogcolor (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dgl_compat.c249 ctx->fogcolor[0] = param[0]; in wine_glFogfv()
250 ctx->fogcolor[1] = param[1]; in wine_glFogfv()
251 ctx->fogcolor[2] = param[2]; in wine_glFogfv()
252 ctx->fogcolor[3] = param[3]; in wine_glFogfv()
280 c[0] = i * c[0] + (1.0f - i) * ctx->fogcolor[0]; in wine_glVertex4f()
281 c[1] = i * c[1] + (1.0f - i) * ctx->fogcolor[1]; in wine_glVertex4f()
282 c[2] = i * c[2] + (1.0f - i) * ctx->fogcolor[2]; in wine_glVertex4f()
H A Dwined3d_private.h1999 GLfloat color[4], fogstart, fogend, fogcolor[4]; member