Searched refs:SpotExponent (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | light.c | 148 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()
|
D | rastpos.c | 175 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in shade_rastpos()
|
D | attrib.c | 1176 p[0] = l->SpotExponent; in _mesa_PopAttrib()
|
D | mtypes.h | 360 GLfloat SpotExponent; member
|
/external/mesa3d/src/mesa/x86/ |
D | gen_matypes.c | 213 OFFSET( "LIGHT_SPOT_EXPONENT ", struct gl_light, SpotExponent ); in main()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 152 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/ |
D | nv10_state_tnl.c | 243 float e = l->SpotExponent; in nv10_get_spot_coeff()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 121 value[3] = ctx->Light.Light[ln].SpotExponent; in _mesa_fetch_state()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 883 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in radeonInitState()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 1229 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in r200InitState()
|