OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:majDy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h
49
GLfloat majDx,
majDy
; /* major (i.e. long) edge dx and dy */
98
majDy
= vMax->attrib[FRAG_ATTRIB_WPOS][1] - vMin->attrib[FRAG_ATTRIB_WPOS][1];
104
const GLfloat area = majDx * botDy - botDx *
majDy
;
182
const GLfloat dxdy = majDx /
majDy
;
251
const GLfloat dxdy = majDx /
majDy
;
/external/mesa3d/src/mesa/swrast/
s_aatritemp.h
49
GLfloat majDx,
majDy
; /* major (i.e. long) edge dx and dy */
98
majDy
= vMax->attrib[FRAG_ATTRIB_WPOS][1] - vMin->attrib[FRAG_ATTRIB_WPOS][1];
104
const GLfloat area = majDx * botDy - botDx *
majDy
;
182
const GLfloat dxdy = majDx /
majDy
;
251
const GLfloat dxdy = majDx /
majDy
;
Completed in 38 milliseconds