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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 111 GLfloat n_dot_h; local
204 n_dot_h = correction * DOT3(normal, h);
206 if (n_dot_h > 0.0F) {
207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
288 GLfloat n_dot_h; local
383 n_dot_h = correction * DOT3(normal, h);
385 if (n_dot_h > 0.0F) {
386 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
481 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); local
485 if (n_dot_h > 0.0F)
495 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); local
579 GLfloat n_dot_h, n_dot_VP, spec; local
    [all...]
t_rasterpos.c 191 GLfloat n_dot_h; local
212 n_dot_h = DOT3(normal, h);
214 if (n_dot_h > 0.0F) {
219 spec_coef = powf(n_dot_h, shine);
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 111 GLfloat n_dot_h; local
204 n_dot_h = correction * DOT3(normal, h);
206 if (n_dot_h > 0.0F) {
207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
288 GLfloat n_dot_h; local
383 n_dot_h = correction * DOT3(normal, h);
385 if (n_dot_h > 0.0F) {
386 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
481 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); local
485 if (n_dot_h > 0.0F)
495 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); local
579 GLfloat n_dot_h, n_dot_VP, spec; local
    [all...]
t_rasterpos.c 191 GLfloat n_dot_h; local
212 n_dot_h = DOT3(normal, h);
214 if (n_dot_h > 0.0F) {
219 spec_coef = powf(n_dot_h, shine);

Completed in 2144 milliseconds