Searched defs:n_dot_h (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h111 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.
495 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); local
579 GLfloat n_dot_h, n_dot_VP, spec; local
[all...]
H A Dt_rasterpos.c191 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/
H A Dt_vb_lighttmp.h111 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.
495 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); local
579 GLfloat n_dot_h, n_dot_VP, spec; local
[all...]
H A Dt_rasterpos.c191 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 2219 milliseconds