OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEPTH_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xcb-util/dist/renderutil/
cache.c
51
#define
DEPTH_MASK
(d) (1 << ((d) - 1))
57
#define REQUIRED_DEPTHS (
DEPTH_MASK
(1) | \
58
DEPTH_MASK
(4) | \
59
DEPTH_MASK
(8) | \
60
DEPTH_MASK
(24) | \
61
DEPTH_MASK
(32))
73
if (missing &
DEPTH_MASK
(d))
107
missing &= ~
DEPTH_MASK
(depths.data->depth);
/xsrc/external/mit/libXrender/dist/src/
Xrender.c
74
#define
DEPTH_MASK
(d) (1U << ((d) - 1))
80
#define REQUIRED_DEPTHS (
DEPTH_MASK
(1) | \
81
DEPTH_MASK
(4) | \
82
DEPTH_MASK
(8) | \
83
DEPTH_MASK
(24) | \
84
DEPTH_MASK
(32))
108
d->missing |=
DEPTH_MASK
(evt->resourceid);
130
depths |=
DEPTH_MASK
(scr->depths[d].depth);
161
if ((missing &
DEPTH_MASK
(d)) && d != 1)
Completed in 8 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026