Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dlight.c169 if (light->ConstantAttenuation == params[0]) in _mesa_light()
172 light->ConstantAttenuation = params[0]; in _mesa_light()
354 params[0] = ctx->Light.Light[l].ConstantAttenuation; in _mesa_GetLightfv()
417 params[0] = (GLint) ctx->Light.Light[l].ConstantAttenuation; in _mesa_GetLightiv()
1140 l->ConstantAttenuation = 1.0; in init_light()
Drastpos.c164 attenuation = 1.0F / (light->ConstantAttenuation + d * in shade_rastpos()
Dffvertex_prog.c199 if (light->ConstantAttenuation != 1.0F || in make_state_key()
Dattrib.c1186 p[0] = l->ConstantAttenuation; in _mesa_PopAttrib()
Dmtypes.h363 GLfloat ConstantAttenuation; member
/external/mesa3d/src/mesa/x86/
Dgen_matypes.c216 OFFSET( "LIGHT_CONST_ATTEN ", struct gl_light, ConstantAttenuation ); in main()
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h140 attenuation = 1.0F / (light->ConstantAttenuation + d * in TAG()
319 attenuation = 1.0F / (light->ConstantAttenuation + d * in TAG()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c209 PUSH_DATAf(push, l->ConstantAttenuation); in nv20_emit_light_source()
Dnv10_state_tnl.c293 PUSH_DATAf(push, l->ConstantAttenuation); in nv10_emit_light_source()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c118 value[0] = ctx->Light.Light[ln].ConstantAttenuation; in _mesa_fetch_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c886 &l->ConstantAttenuation ); in radeonInitState()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1232 &l->ConstantAttenuation ); in r200InitState()