OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eBot_dz
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h
337
GLfloat
eBot_dz
= vMid->attrib[FRAG_ATTRIB_WPOS][2] - vMin->attrib[FRAG_ATTRIB_WPOS][2];
338
span.attrStepX[FRAG_ATTRIB_WPOS][2] = oneOverArea * (eMaj_dz * eBot.dy - eMaj.dy *
eBot_dz
);
346
span.attrStepY[FRAG_ATTRIB_WPOS][2] = oneOverArea * (eMaj.dx *
eBot_dz
- eMaj_dz * eBot.dx);
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_tritemp.h
337
GLfloat
eBot_dz
= vMid->attrib[FRAG_ATTRIB_WPOS][2] - vMin->attrib[FRAG_ATTRIB_WPOS][2];
338
span.attrStepX[FRAG_ATTRIB_WPOS][2] = oneOverArea * (eMaj_dz * eBot.dy - eMaj.dy *
eBot_dz
);
346
span.attrStepY[FRAG_ATTRIB_WPOS][2] = oneOverArea * (eMaj.dx *
eBot_dz
- eMaj_dz * eBot.dx);
[
all
...]
Completed in 3092 milliseconds