Searched defs:atten (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dpoint-param.c69 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 Dt_vb_points.c68 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 Dt_vb_points.c68 const GLfloat atten = (q != 0.0F) ? (1.0f / sqrtf(q)) : 1.0F; local in function:run_point_stage

Completed in 4 milliseconds