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
91
#define
CLIP_FRUSTUM_BITS
0x3f
m_debug_clip.c
277
dca = rca =
CLIP_FRUSTUM_BITS
;
/external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h
129
if (mask &
CLIP_FRUSTUM_BITS
) {
217
if (mask &
CLIP_FRUSTUM_BITS
) {
279
if (mask &
CLIP_FRUSTUM_BITS
) {
t_vb_vertex.c
185
store->andmask =
CLIP_FRUSTUM_BITS
;
t_vb_program.c
135
store->andmask =
CLIP_FRUSTUM_BITS
;
t_vb_render.c
80
#define CLIPMASK (
CLIP_FRUSTUM_BITS
| CLIP_CULL_BIT)
Completed in 1318 milliseconds