Home
last modified time | relevance | path

Searched refs:SpotExponent (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dlight.c148 if (light->SpotExponent == params[0]) in _mesa_light()
151 light->SpotExponent = params[0]; in _mesa_light()
348 params[0] = ctx->Light.Light[l].SpotExponent; in _mesa_GetLightfv()
411 params[0] = (GLint) ctx->Light.Light[l].SpotExponent; in _mesa_GetLightiv()
1019 powf(PV_dot_dir, light->SpotExponent); in compute_light_positions()
1137 l->SpotExponent = 0.0; in init_light()
Drastpos.c175 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in shade_rastpos()
Dattrib.c1176 p[0] = l->SpotExponent; in _mesa_PopAttrib()
Dmtypes.h360 GLfloat SpotExponent; member
/external/mesa3d/src/mesa/x86/
Dgen_matypes.c213 OFFSET( "LIGHT_SPOT_EXPONENT ", struct gl_light, SpotExponent ); in main()
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h152 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG()
331 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_tnl.c243 float e = l->SpotExponent; in nv10_get_spot_coeff()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c121 value[3] = ctx->Light.Light[ln].SpotExponent; in _mesa_fetch_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c883 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in radeonInitState()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1229 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in r200InitState()