• Home
  • Raw
  • Download

Lines Matching refs:terms

91     Because of the potentially large number of nonlinear terms, special
96 void NonlinMaterialfvSGIX(enum face, enum pname, int terms, const float *params);
97 void GetNonlinMaterialfvSGIX(enum face, enum pname, int *terms, const float *data);
99 void NonlinLightfvSGIX(enum light, enum pname, int terms, float *params);
100 void GetNonlinLightfvSGIX(enum light, enum pname, int *terms, float *data);
186 void NonlinMaterial{f}v( enum face, enum pname, int terms, T params ) ;
188 void NonlinLight{f}v( enum light, enum pname, int terms, T params ) ;
191 ... params is a pointer... terms is an integer indicating how many terms
199 wcm,j WEIGHT 3*terms
200 ccm,j COLOR 4*terms
201 srm,j SHININESS terms
202 tnlm terms 1
208 ncli,j COLOR 4*terms
209 tnll terms 1
243 void GetNonlinLight{f}v( enum light, enum value, int *terms, T *data ) ;
244 void GetNonlinMaterial{f}v( enum face, enum value, int *terms, T *data ) ;
250 the number of terms (int *terms) and an array of parameters (T *data).
274 INVALID_VALUE is generated if NonlinLight{f}vSGIX parameter <terms> is
277 INVALID_OPERATION is generated if the number of terms for an active
278 light differs from the current material, or if the number of terms
288 INVALID_VALUE is generated if NonlinMaterial{T}vSGIX parameter <terms> is
313 (material color terms) GetNonlinMaterialfvSGIX Z+ 0 lighting
314 (light color terms) GetNonlinLightfvSGIX Z+ 0 lighting
315 (material weight terms) GetNonlinMaterialfvSGIX Z+ 0 lighting
316 (material shininess terms) GetNonlinMaterialfvSGIX Z+ 0 lighting