OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRAW_TOTAL_CLIP_PLANES
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h
56
#define
DRAW_TOTAL_CLIP_PLANES
(6 + PIPE_MAX_CLIP_PLANES)
74
unsigned clipmask:
DRAW_TOTAL_CLIP_PLANES
;
193
float (*planes)[
DRAW_TOTAL_CLIP_PLANES
][4];
295
float plane[
DRAW_TOTAL_CLIP_PLANES
][4];
/external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h
56
#define
DRAW_TOTAL_CLIP_PLANES
(6 + PIPE_MAX_CLIP_PLANES)
74
unsigned clipmask:
DRAW_TOTAL_CLIP_PLANES
;
193
float (*planes)[
DRAW_TOTAL_CLIP_PLANES
][4];
295
float plane[
DRAW_TOTAL_CLIP_PLANES
][4];
Completed in 5416 milliseconds