OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:botDx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h
102
const GLfloat
botDx
= vMid->attrib[FRAG_ATTRIB_WPOS][0] - vMin->attrib[FRAG_ATTRIB_WPOS][0];
104
const GLfloat area = majDx * botDy -
botDx
* majDy;
/external/mesa3d/src/mesa/swrast/
s_aatritemp.h
102
const GLfloat
botDx
= vMid->attrib[FRAG_ATTRIB_WPOS][0] - vMin->attrib[FRAG_ATTRIB_WPOS][0];
104
const GLfloat area = majDx * botDy -
botDx
* majDy;
Completed in 114 milliseconds