Home
last modified time | relevance | path

Searched refs:SpotCutoff (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dlight.c155 if (light->SpotCutoff == params[0]) in _mesa_light()
158 light->SpotCutoff = params[0]; in _mesa_light()
159 light->_CosCutoff = (cosf(light->SpotCutoff * M_PI / 180.0)); in _mesa_light()
162 if (light->SpotCutoff != 180.0F) in _mesa_light()
351 params[0] = ctx->Light.Light[l].SpotCutoff; in _mesa_GetLightfv()
414 params[0] = (GLint) ctx->Light.Light[l].SpotCutoff; in _mesa_GetLightiv()
1138 l->SpotCutoff = 180.0; in init_light()
Dffvertex_prog.c196 if (light->SpotCutoff == 180.0F) in make_state_key()
Dattrib.c1181 p[0] = l->SpotCutoff; in _mesa_PopAttrib()
Dmtypes.h361 GLfloat SpotCutoff; /**< in degrees */ member
/external/mesa3d/src/mesa/x86/
Dgen_matypes.c214 OFFSET( "LIGHT_SPOT_CUTOFF ", struct gl_light, SpotCutoff ); in main()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_tnl.c259 if (l->SpotCutoff > 0) { in nv10_get_spot_coeff()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c128 value[0] = ctx->Light.Light[ln].SpotCutoff; in _mesa_fetch_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c884 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff ); in radeonInitState()
Dradeon_state.c971 if (l->SpotCutoff != 180.0F) in radeonLightfv()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1230 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff ); in r200InitState()
Dr200_state.c1187 if (l->SpotCutoff != 180.0F) in r200Lightfv()