Searched refs:SpotExponent (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | light.c | 149 if (light->SpotExponent == params[0]) in _mesa_light() 152 light->SpotExponent = params[0]; in _mesa_light() 362 params[0] = ctx->Light.Light[l].SpotExponent; in _mesa_GetLightfv() 426 params[0] = (GLint) ctx->Light.Light[l].SpotExponent; in _mesa_GetLightiv() 1018 powf(PV_dot_dir, light->SpotExponent); in compute_light_positions() 1136 l->SpotExponent = 0.0; in init_light()
|
D | mtypes.h | 665 GLfloat SpotExponent; member
|
D | attrib.c | 1073 p[0] = l->SpotExponent; in _mesa_PopAttrib()
|
/external/mesa3d/src/mesa/x86/ |
D | gen_matypes.c | 195 OFFSET( "LIGHT_SPOT_EXPONENT ", struct gl_light, SpotExponent ); in main()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 150 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG() 328 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG()
|
D | t_rasterpos.c | 168 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in shade_rastpos()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_tnl.c | 242 float e = l->SpotExponent; in nv10_get_spot_coeff()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 113 value[3] = ctx->Light.Light[ln].SpotExponent; in _mesa_fetch_state()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 880 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in radeonInitState()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 1226 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in r200InitState()
|