Home
last modified time | relevance | path

Searched refs:_ModelViewInvScaleEyespace (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dlight.c1107 ctx->_ModelViewInvScaleEyespace = 1.0F; in update_modelview_scale()
1116 ctx->_ModelViewInvScaleEyespace = 1.0f / sqrtf(f); in update_modelview_scale()
1279 ctx->_ModelViewInvScaleEyespace = 1.0; in _mesa_init_lighting()
Dmtypes.h3574 GLfloat _ModelViewInvScaleEyespace; /* always factor defined in spec */ member
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c554 ASSIGN_4V(value, ctx->_ModelViewInvScaleEyespace, 0, 0, 1); in fetch_state()