HomeSort by relevance Sort by last modified time
    Searched refs:compute_coveragef (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy);
298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);
s_aatriangle.c 167 compute_coveragef(const GLfloat v0[3], const GLfloat v1[3], function
s_aalinetemp.h 42 const GLfloat coverage = compute_coveragef(line, ix, iy);
s_aaline.c 264 compute_coveragef(const struct LineInfo *info, function

Completed in 127 milliseconds