Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dfog.c169 if (ctx->Fog.FogCoordinateSource == p) in _mesa_Fogfv()
172 ctx->Fog.FogCoordinateSource = p; in _mesa_Fogfv()
220 ctx->Fog.FogCoordinateSource = GL_FRAGMENT_DEPTH_EXT; in _mesa_init_fog()
Drastpos.c430 if (ctx->Fog.FogCoordinateSource == GL_FOG_COORDINATE_EXT) in _mesa_RasterPos()
685 if (ctx->Fog.FogCoordinateSource == GL_FOG_COORDINATE_EXT) in window_pos3f()
Dffvertex_prog.c223 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT) { in make_state_key()
Dmtypes.h591 GLenum FogCoordinateSource; /**< GL_EXT_fog_coord */ member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c408 if ( (ctx->Fog.FogCoordinateSource == GL_FOG_COORD) && ctx->Fog.Enabled ) { in r200_run_tcl_render()
562 (ctx->Fog.FogCoordinateSource == GL_FOG_COORD )) { in transition_to_hwtnl()
Dr200_swtcl.c832 if (ctx->Fog.FogCoordinateSource == GL_FOG_COORDINATE_EXT) in r200PointsBitmap()
Dr200_state.c459 if ( ctx->Fog.FogCoordinateSource == GL_FOG_COORD || ctx->VertexProgram.Enabled) { in r200Fogfv()
/external/mesa3d/src/mesa/tnl/
Dt_vb_fog.c154 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT && !ctx->VertexProgram._Current) { in run_fog_stage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_verts.c69 (ctx->Fog.FogCoordinateSource == GL_FOG_COORD))
Dradeon_tcl.c383 if ( (ctx->Fog.FogCoordinateSource == GL_FOG_COORD) && ctx->Fog.Enabled ) { in radeon_run_tcl_render()
Dradeon_state.c609 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH) { in radeonUpdateSpecular()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c158 f->FogCoordinateSource : GL_FOG_COORDINATE_EXT; in nv20_emit_fog()
Dnv10_state_tnl.c139 f->FogCoordinateSource : GL_FOG_COORDINATE_EXT; in nv10_emit_fog()
Dnouveau_vbo_t.c179 if (ctx->Fog.Enabled && ctx->Fog.FogCoordinateSource == GL_FOG_COORD) in vbo_choose_attrs()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h557 { GL_FOG_COORDINATE_SOURCE, CONTEXT_ENUM(Fog.FogCoordinateSource), NO_EXTRA },