Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_fog.c102 rgba[i][BCOMP] = (TYPE) (f * rgba[i][BCOMP] + oneMinusF * bFog); \
119 rgba[i][BCOMP] = (TYPE) (f * rgba[i][BCOMP] + oneMinusF * bFog); \
136 GLfloat rFog, gFog, bFog; in _swrast_fog_rgba_span() local
145 bFog = ctx->Fog.Color[BCOMP] * 255.0F; in _swrast_fog_rgba_span()
150 bFog = ctx->Fog.Color[BCOMP] * 65535.0F; in _swrast_fog_rgba_span()
155 bFog = ctx->Fog.Color[BCOMP]; in _swrast_fog_rgba_span()