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 198 OFFSET( "LIGHT_CONST_ATTEN ", struct gl_light, ConstantAttenuation );
  /external/mesa3d/src/mesa/main/
light.c 170 if (light->ConstantAttenuation == params[0])
173 light->ConstantAttenuation = params[0];
368 params[0] = ctx->Light.Light[l].ConstantAttenuation;
432 params[0] = (GLint) ctx->Light.Light[l].ConstantAttenuation;
    [all...]
attrib.c     [all...]
ffvertex_prog.c 199 if (light->ConstantAttenuation != 1.0 ||
    [all...]
mtypes.h 668 GLfloat ConstantAttenuation;
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 138 attenuation = 1.0F / (light->ConstantAttenuation + d *
316 attenuation = 1.0F / (light->ConstantAttenuation + d *
t_rasterpos.c 157 attenuation = 1.0F / (light->ConstantAttenuation + d *
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 292 PUSH_DATAf(push, l->ConstantAttenuation);
nv20_state_tnl.c 208 PUSH_DATAf(push, l->ConstantAttenuation);
  /external/mesa3d/src/mesa/program/
prog_statevars.c 110 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 52 milliseconds