Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c201 GLfloat insideCount = 16.0F; in compute_coveragef() local
217 insideCount -= 1.0F; in compute_coveragef()
227 insideCount -= 1.0F; in compute_coveragef()
237 insideCount -= 1.0F; in compute_coveragef()
246 return insideCount * (1.0F / 16.0F); in compute_coveragef()
Ds_aaline.c274 GLfloat insideCount = SUB_PIXEL * SUB_PIXEL; in compute_coveragef() local
317 insideCount -= 1.0F; in compute_coveragef()
324 return insideCount * (1.0F / (SUB_PIXEL * SUB_PIXEL)); in compute_coveragef()