Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dfog.c164 if (ctx->Fog.FogCoordinateSource == p) in _mesa_Fogfv()
167 ctx->Fog.FogCoordinateSource = p; in _mesa_Fogfv()
213 ctx->Fog.FogCoordinateSource = GL_FRAGMENT_DEPTH_EXT; in _mesa_init_fog()
Drastpos.c475 if (ctx->Fog.FogCoordinateSource == GL_FOG_COORDINATE_EXT) in _mesa_RasterPos()
730 if (ctx->Fog.FogCoordinateSource == GL_FOG_COORDINATE_EXT) in window_pos3f()
Dmtypes.h451 GLenum16 FogCoordinateSource;/**< GL_EXT_fog_coord */ member
Dffvertex_prog.c241 translate_fog_distance_mode(ctx->Fog.FogCoordinateSource, in make_state_key()