Searched refs:insideCount (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatriangle.c201 GLfloat insideCount = 16.0F; local in function:compute_coveragef
217 insideCount -= 1.0F;
227 insideCount -= 1.0F;
237 insideCount -= 1.0F;
246 return insideCount * (1.0F / 16.0F);
H A Ds_aaline.c274 GLfloat insideCount = SUB_PIXEL * SUB_PIXEL; local in function:compute_coveragef
317 insideCount -= 1.0F;
324 return insideCount * (1.0F / (SUB_PIXEL * SUB_PIXEL));
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatriangle.c200 GLfloat insideCount = 16.0F; local in function:compute_coveragef
216 insideCount -= 1.0F;
226 insideCount -= 1.0F;
236 insideCount -= 1.0F;
245 return insideCount * (1.0F / 16.0F);
H A Ds_aaline.c273 GLfloat insideCount = SUB_PIXEL * SUB_PIXEL; local in function:compute_coveragef
316 insideCount -= 1.0F;
323 return insideCount * (1.0F / (SUB_PIXEL * SUB_PIXEL));

Completed in 5 milliseconds