OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIP_FRUSTUM_BITS
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/math/
m_xform.h
99
#define
CLIP_FRUSTUM_BITS
0x3f
m_debug_clip.c
277
dca = rca =
CLIP_FRUSTUM_BITS
;
/external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h
130
if (mask &
CLIP_FRUSTUM_BITS
) {
219
if (mask &
CLIP_FRUSTUM_BITS
) {
282
if (mask &
CLIP_FRUSTUM_BITS
) {
t_vb_vertex.c
185
store->andmask =
CLIP_FRUSTUM_BITS
;
t_vb_program.c
136
store->andmask =
CLIP_FRUSTUM_BITS
;
t_vb_render.c
78
#define CLIPMASK (
CLIP_FRUSTUM_BITS
| CLIP_CULL_BIT)
Completed in 2574 milliseconds