Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c200 GLfloat insideCount = 16.0F; in compute_coveragef() local
216 insideCount -= 1.0F; in compute_coveragef()
226 insideCount -= 1.0F; in compute_coveragef()
236 insideCount -= 1.0F; in compute_coveragef()
245 return insideCount * (1.0F / 16.0F); in compute_coveragef()
Ds_aaline.c273 GLfloat insideCount = SUB_PIXEL * SUB_PIXEL; in compute_coveragef() local
316 insideCount -= 1.0F; in compute_coveragef()
323 return insideCount * (1.0F / (SUB_PIXEL * SUB_PIXEL)); in compute_coveragef()