| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_noise.c | 327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ local in function:_mesa_noise3 461 n3 = 0.0f; 464 n3 = 472 return 32.0f * (n0 + n1 + n2 + n3); /* TODO: The scale factor is preliminary! */ 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local in function:_mesa_noise4 616 n3 = 0.0f; 619 n3 = 637 return 27.0f * (n0 + n1 + n2 + n3 + n4); /* TODO: The scale factor is preliminary! */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_noise.c | 327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ local in function:_mesa_noise3 461 n3 = 0.0f; 464 n3 = 472 return 32.0f * (n0 + n1 + n2 + n3); /* TODO: The scale factor is preliminary! */ 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local in function:_mesa_noise4 616 n3 = 0.0f; 619 n3 = 637 return 27.0f * (n0 + n1 + n2 + n3 + n4); /* TODO: The scale factor is preliminary! */
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | stex3d.c | 49 float n0[3], n1[3], n2[3], n3[3]; local in function:BuildTorus 93 n3[0] = cos(theta1) * (cos(phi2)); 94 n3[1] = -sin(theta1) * (cos(phi2)); 95 n3[2] = sin(phi2); 114 glNormal3fv(n3);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_shapes.c | 367 recorditem(GLfloat * n1, GLfloat * n2, GLfloat * n3, argument 373 DIFF3(n2, n3, q1); 381 glVertex3fv(n3);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_shapes.c | 367 recorditem(GLfloat * n1, GLfloat * n2, GLfloat * n3, argument 373 DIFF3(n2, n3, q1); 381 glVertex3fv(n3);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | tv_fs450.c | 3004 unsigned short n3[nMVModes]; member in struct:config_macrovision::mvparms 3044 , /*n3 */ 3158 houston_WriteReg(MV_N3, mvsetup.n3[nMode], 1);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | tv_fs450.c | 2768 unsigned short n3[nMVModes]; member in struct:config_macrovision::mvparms 2802 0x25, 0x25, 0x25, 0x21, 0x2a, 0x2a}, /*n3 */ 2900 houston_WriteReg(MV_N3, mvsetup.n3[nMode], 1);
|