/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_lighttmp.h | 144 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); 160 n_dot_VP = DOT3( normal, VP ); 204 n_dot_h = correction * DOT3(normal, h); 322 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); 338 n_dot_VP = DOT3( normal, VP ); 383 n_dot_h = correction * DOT3(normal, h); 477 n_dot_VP = DOT3(normal, light->_VP_inf_norm); 481 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); 495 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); 586 n_dot_VP = DOT3(normal, light->_VP_inf_norm) [all...] |
t_rasterpos.c | 162 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); 177 n_dot_VP = DOT3( normal, VP ); 212 n_dot_h = DOT3(normal, h); 268 two_nu = 2.0F * DOT3(normal, u);
|
t_vb_texgen.c | 114 two_nu = 2.0F * DOT3(norm,u); 143 two_nu = 2.0F * DOT3(norm,u); 191 two_nu = 2.0F * DOT3(norm,u); 219 two_nu = 2.0F * DOT3(norm,u);
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_lighttmp.h | 144 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); 160 n_dot_VP = DOT3( normal, VP ); 204 n_dot_h = correction * DOT3(normal, h); 322 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); 338 n_dot_VP = DOT3( normal, VP ); 383 n_dot_h = correction * DOT3(normal, h); 477 n_dot_VP = DOT3(normal, light->_VP_inf_norm); 481 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); 495 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); 586 n_dot_VP = DOT3(normal, light->_VP_inf_norm) [all...] |
t_rasterpos.c | 162 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); 177 n_dot_VP = DOT3( normal, VP ); 212 n_dot_h = DOT3(normal, h); 268 two_nu = 2.0F * DOT3(normal, u);
|
t_vb_texgen.c | 114 two_nu = 2.0F * DOT3(norm,u); 143 two_nu = 2.0F * DOT3(norm,u); 191 two_nu = 2.0F * DOT3(norm,u); 219 two_nu = 2.0F * DOT3(norm,u);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
macros.h | 679 DOT3(const GLfloat a[3], const GLfloat b[3]) 694 return DOT3(v, v);
|
light.c | 1013 GLfloat PV_dot_dir = - DOT3(light->_VP_inf_norm, [all...] |
/external/mesa3d/src/mesa/main/ |
macros.h | 679 DOT3(const GLfloat a[3], const GLfloat b[3]) 694 return DOT3(v, v);
|
light.c | 1013 GLfloat PV_dot_dir = - DOT3(light->_VP_inf_norm, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_matrix.c | [all...] |
/external/mesa3d/src/mesa/math/ |
m_matrix.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_execute.c | 844 result[0] = result[1] = result[2] = result[3] = DOT3(a, b); 871 result[0] = result[1] = result[2] = result[3] = DOT3(a, b) + b[3]; [all...] |
/external/mesa3d/src/mesa/program/ |
prog_execute.c | 844 result[0] = result[1] = result[2] = result[3] = DOT3(a, b); 871 result[0] = result[1] = result[2] = result[3] = DOT3(a, b) + b[3]; [all...] |