Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dfog.c189 if (ctx->Fog.FogDistanceMode == p) in _mesa_Fogfv()
192 ctx->Fog.FogDistanceMode = p; in _mesa_Fogfv()
231 ctx->Fog.FogDistanceMode = GL_EYE_PLANE_ABSOLUTE_NV; in _mesa_init_fog()
Dffvertex_prog.c225 key->fog_distance_mode = translate_fog_distance_mode(ctx->Fog.FogDistanceMode); in make_state_key()
Dmtypes.h622 GLenum FogDistanceMode; /**< GL_NV_fog_distance */ member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c165 f->FogDistanceMode == GL_EYE_PLANE_ABSOLUTE_NV) ? in nv20_emit_fog()
168 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode)); in nv20_emit_fog()
Dnv10_state_tnl.c146 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode)); in nv10_emit_fog()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h560 { GL_FOG_DISTANCE_MODE_NV, CONTEXT_ENUM(Fog.FogDistanceMode), extra_NV_fog_distance },