Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dlight.c179 if (lu->SpotCutoff == params[0]) in _mesa_light()
183 bool old_is_180 = lu->SpotCutoff == 180.0f; in _mesa_light()
185 lu->SpotCutoff = params[0]; in _mesa_light()
186 lu->_CosCutoff = (cosf(lu->SpotCutoff * M_PI / 180.0)); in _mesa_light()
412 params[0] = ctx->Light.LightSource[l].SpotCutoff; in _mesa_GetLightfv()
475 params[0] = (GLint) ctx->Light.LightSource[l].SpotCutoff; in _mesa_GetLightiv()
1224 lu->SpotCutoff = 180.0; in init_light()
Dffvertex_prog.c199 if (lu->SpotCutoff == 180.0F) in make_state_key()
Dattrib.c977 p[0] = lu->SpotCutoff; in _mesa_PopAttrib()
Dmtypes.h575 GLfloat SpotCutoff; /**< STATE_SPOT_CUTOFF in degrees */ member
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp822 return LightParameter::SpotCutoff; in FromGLenum()
852 case LightParameter::SpotCutoff: in ToGLenum()
892 case LightParameter::SpotCutoff: in operator <<()
DPackedGLEnums_autogen.h233 SpotCutoff = 8, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp850 return LightParameter::SpotCutoff; in FromGLenum()
880 case LightParameter::SpotCutoff: in ToGLenum()
920 case LightParameter::SpotCutoff: in operator <<()
DPackedGLEnums_autogen.h235 SpotCutoff = 8, enumerator
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_tnl.c259 if (lu->SpotCutoff > 0) { in nv10_get_spot_coeff()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp2083 case LightParameter::SpotCutoff: in SetLightParameters()
2128 case LightParameter::SpotCutoff: in GetLightParameters()
2247 case LightParameter::SpotCutoff: in GetLightParameterCount()
DvalidationES1.cpp196 case LightParameter::SpotCutoff: in ValidateLightCommon()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp2356 case LightParameter::SpotCutoff: in SetLightParameters()
2401 case LightParameter::SpotCutoff: in GetLightParameters()
2522 case LightParameter::SpotCutoff: in GetLightParameterCount()
DvalidationES1.cpp211 case LightParameter::SpotCutoff: in ValidateLightCommon()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c885 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &lu->SpotCutoff ); in radeonInitState()
Dradeon_state.c971 if (lu->SpotCutoff != 180.0F) in radeonLightfv()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c116 value[0] = ctx->Light.LightSource[ln].SpotCutoff; in fetch_state()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1231 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &lu->SpotCutoff ); in r200InitState()
Dr200_state.c1188 if (lu->SpotCutoff != 180.0F) in r200Lightfv()