Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_fog.c101 rgba[i][BCOMP] = (TYPE) (f * rgba[i][BCOMP] + oneMinusF * bFog); \
118 rgba[i][BCOMP] = (TYPE) (f * rgba[i][BCOMP] + oneMinusF * bFog); \
135 GLfloat rFog, gFog, bFog; in _swrast_fog_rgba_span() local
144 bFog = ctx->Fog.Color[BCOMP] * 255.0F; in _swrast_fog_rgba_span()
149 bFog = ctx->Fog.Color[BCOMP] * 65535.0F; in _swrast_fog_rgba_span()
154 bFog = ctx->Fog.Color[BCOMP]; in _swrast_fog_rgba_span()