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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 419 const GLfloat eBot_dw = wMid - wMin;
420 span.attrStepX[FRAG_ATTRIB_WPOS][3] = oneOverArea * (eMaj_dw * eBot.dy - eMaj.dy * eBot_dw);
421 span.attrStepY[FRAG_ATTRIB_WPOS][3] = oneOverArea * (eMaj.dx * eBot_dw - eMaj_dw * eBot.dx);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 419 const GLfloat eBot_dw = wMid - wMin;
420 span.attrStepX[FRAG_ATTRIB_WPOS][3] = oneOverArea * (eMaj_dw * eBot.dy - eMaj.dy * eBot_dw);
421 span.attrStepY[FRAG_ATTRIB_WPOS][3] = oneOverArea * (eMaj.dx * eBot_dw - eMaj_dw * eBot.dx);
    [all...]

Completed in 368 milliseconds