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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 117 GLfloat n_dot_VP; /* n dot VP */
160 n_dot_VP = DOT3( normal, VP );
163 if (n_dot_VP < 0.0F) {
168 n_dot_VP = -n_dot_VP;
183 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]);
294 GLfloat n_dot_VP; /* n dot VP */
338 n_dot_VP = DOT3( normal, VP );
341 if (n_dot_VP < 0.0F) {
346 n_dot_VP = -n_dot_VP
    [all...]
t_rasterpos.c 134 GLfloat n_dot_VP;
177 n_dot_VP = DOT3( normal, VP );
179 if (n_dot_VP < 0.0F) {
186 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]);
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 117 GLfloat n_dot_VP; /* n dot VP */
160 n_dot_VP = DOT3( normal, VP );
163 if (n_dot_VP < 0.0F) {
168 n_dot_VP = -n_dot_VP;
183 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]);
294 GLfloat n_dot_VP; /* n dot VP */
338 n_dot_VP = DOT3( normal, VP );
341 if (n_dot_VP < 0.0F) {
346 n_dot_VP = -n_dot_VP
    [all...]
t_rasterpos.c 134 GLfloat n_dot_VP;
177 n_dot_VP = DOT3( normal, VP );
179 if (n_dot_VP < 0.0F) {
186 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]);

Completed in 180 milliseconds