Home
last modified time | relevance | path

Searched refs:alphaAtten (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_points.c247 GLfloat size, alphaAtten; in smooth_point() local
263 alphaAtten = 1.0F; in smooth_point()
267 alphaAtten = dsize * dsize; in smooth_point()
271 alphaAtten = 1.0; in smooth_point()
273 (void) alphaAtten; /* not used */ in smooth_point()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_points.c247 GLfloat size, alphaAtten; in smooth_point() local
263 alphaAtten = 1.0F; in smooth_point()
267 alphaAtten = dsize * dsize; in smooth_point()
271 alphaAtten = 1.0; in smooth_point()
273 (void) alphaAtten; /* not used */ in smooth_point()