OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXED_EPSILON
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h
414
#define
FIXED_EPSILON
1
422
#define FixedCeil(X) (((X) + FIXED_ONE -
FIXED_EPSILON
) & FIXED_INT_MASK)
s_tritemp.h
579
fxLeftEdge = fsx -
FIXED_EPSILON
;
581
fdxOuter = FixedFloor(fdxLeftEdge -
FIXED_EPSILON
);
726
fxRightEdge = eRight->fsx -
FIXED_EPSILON
;
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_context.h
414
#define
FIXED_EPSILON
1
422
#define FixedCeil(X) (((X) + FIXED_ONE -
FIXED_EPSILON
) & FIXED_INT_MASK)
s_tritemp.h
579
fxLeftEdge = fsx -
FIXED_EPSILON
;
581
fdxOuter = FixedFloor(fdxLeftEdge -
FIXED_EPSILON
);
726
fxRightEdge = eRight->fsx -
FIXED_EPSILON
;
[
all
...]
/system/core/include/private/pixelflinger/
ggl_fixed.h
29
const GGLfixed
FIXED_EPSILON
= 1;
Completed in 139 milliseconds