Searched refs:pMid (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 180 const GLfloat *pMid = vMid->attrib[FRAG_ATTRIB_WPOS]; variable 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy); 235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy); 249 const GLfloat *pMid = vMid->attrib[FRAG_ATTRIB_WPOS]; variable 274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy); 298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_aatritemp.h | 180 const GLfloat *pMid = vMid->attrib[FRAG_ATTRIB_WPOS]; variable 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy); 235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy); 249 const GLfloat *pMid = vMid->attrib[FRAG_ATTRIB_WPOS]; variable 274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy); 298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);
|