Searched defs:atten (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ | ||
| H A D | point-param.c | 69 expected(float z, float size, const float atten[3]) argument 80 static GLfloat atten[3] = { 0.0, 0.1, .01 }; local in function:Draw |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ | ||
| H A D | t_vb_points.c | 68 const GLfloat atten = (q != 0.0F) ? (1.0f / sqrtf(q)) : 1.0F; local in function:run_point_stage |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ | ||
| H A D | t_vb_points.c | 68 const GLfloat atten = (q != 0.0F) ? (1.0f / sqrtf(q)) : 1.0F; local in function:run_point_stage |
Completed in 4 milliseconds