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

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

Completed in 28 milliseconds