OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXED_FRAC_MASK
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h
412
#define
FIXED_FRAC_MASK
(FIXED_ONE - 1)
413
#define FIXED_INT_MASK (~
FIXED_FRAC_MASK
)
s_triangle.c
383
const GLfixed sf = span->intTex[0] &
FIXED_FRAC_MASK
; \
384
const GLfixed tf = span->intTex[1] &
FIXED_FRAC_MASK
; \
648
const GLfixed sf = s_fix &
FIXED_FRAC_MASK
; \
649
const GLfixed tf = t_fix &
FIXED_FRAC_MASK
; \
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_context.h
412
#define
FIXED_FRAC_MASK
(FIXED_ONE - 1)
413
#define FIXED_INT_MASK (~
FIXED_FRAC_MASK
)
s_triangle.c
383
const GLfixed sf = span->intTex[0] &
FIXED_FRAC_MASK
; \
384
const GLfixed tf = span->intTex[1] &
FIXED_FRAC_MASK
; \
648
const GLfixed sf = s_fix &
FIXED_FRAC_MASK
; \
649
const GLfixed tf = t_fix &
FIXED_FRAC_MASK
; \
[
all
...]
Completed in 599 milliseconds