Searched defs:botDy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatritemp.h103 const GLfloat botDy = vMid->attrib[FRAG_ATTRIB_WPOS][1] - vMin->attrib[FRAG_ATTRIB_WPOS][1]; variable
104 const GLfloat area = majDx * botDy - botDx * majDy;
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h103 const GLfloat botDy = vMid->attrib[FRAG_ATTRIB_WPOS][1] - vMin->attrib[FRAG_ATTRIB_WPOS][1]; variable
104 const GLfloat area = majDx * botDy - botDx * majDy;

Completed in 42 milliseconds