HomeSort by relevance Sort by last modified time
    Searched refs:ConstantAttenuation (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/x86/
gen_matypes.c 220 OFFSET( "LIGHT_CONST_ATTEN ", struct gl_light, ConstantAttenuation );
  /external/mesa3d/src/mesa/main/
light.c 169 if (light->ConstantAttenuation == params[0])
172 light->ConstantAttenuation = params[0];
355 params[0] = ctx->Light.Light[l].ConstantAttenuation;
418 params[0] = (GLint) ctx->Light.Light[l].ConstantAttenuation;
    [all...]
rastpos.c 164 attenuation = 1.0F / (light->ConstantAttenuation + d *
attrib.c     [all...]
ffvertex_prog.c 199 if (light->ConstantAttenuation != 1.0F ||
    [all...]
mtypes.h 348 GLfloat ConstantAttenuation;
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 140 attenuation = 1.0F / (light->ConstantAttenuation + d *
319 attenuation = 1.0F / (light->ConstantAttenuation + d *
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 293 PUSH_DATAf(push, l->ConstantAttenuation);
nv20_state_tnl.c 209 PUSH_DATAf(push, l->ConstantAttenuation);
  /external/mesa3d/src/mesa/program/
prog_statevars.c 118 value[0] = ctx->Light.Light[ln].ConstantAttenuation;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c     [all...]

Completed in 213 milliseconds