Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogram_parse_extra.c74 unsigned fog_option; in _mesa_ARBfp_parse_option() local
90 fog_option = OPTION_FOG_EXP; in _mesa_ARBfp_parse_option()
92 fog_option = OPTION_FOG_EXP2; in _mesa_ARBfp_parse_option()
94 fog_option = OPTION_FOG_LINEAR; in _mesa_ARBfp_parse_option()
101 state->option.Fog = fog_option; in _mesa_ARBfp_parse_option()
124 return state->option.Fog == fog_option ? 1 : 0; in _mesa_ARBfp_parse_option()