HomeSort by relevance Sort by last modified time
    Searched full:spec_coef (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local
208 if (spec_coef > 1.0e-10) {
209 spec_coef *= attenuation;
210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef,
386 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local
387 ACC_SCALE_SCALAR_3V( contrib, spec_coef,
t_rasterpos.c 216 GLfloat spec_coef; local
219 spec_coef = powf(n_dot_h, shine);
221 if (spec_coef > 1.0e-10) {
223 ACC_SCALE_SCALAR_3V( specularContrib, spec_coef,
227 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef,
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local
208 if (spec_coef > 1.0e-10) {
209 spec_coef *= attenuation;
210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef,
386 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local
387 ACC_SCALE_SCALAR_3V( contrib, spec_coef,
t_rasterpos.c 216 GLfloat spec_coef; local
219 spec_coef = powf(n_dot_h, shine);
221 if (spec_coef > 1.0e-10) {
223 ACC_SCALE_SCALAR_3V( specularContrib, spec_coef,
227 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef,

Completed in 726 milliseconds