OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_DISPLAYS
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h
42
#define
MAX_DISPLAYS
(HWC_NUM_DISPLAY_TYPES)
305
qhwc::CopyBit *mCopyBit[
MAX_DISPLAYS
];
313
qhwc::IFBUpdate *mFBUpdate[
MAX_DISPLAYS
];
318
qhwc::DisplayAttributes dpyAttr[
MAX_DISPLAYS
];
319
qhwc::ListStats listStats[
MAX_DISPLAYS
];
320
qhwc::LayerProp *layerProp[
MAX_DISPLAYS
];
321
qhwc::LayerRotMap *mLayerRotMap[
MAX_DISPLAYS
];
322
qhwc::MDPComp *mMDPComp[
MAX_DISPLAYS
];
324
overlay::utils::Whf mPrevWHF[
MAX_DISPLAYS
];
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c
114
#define
MAX_DISPLAYS
10
115
static struct xmesa_display Displays[
MAX_DISPLAYS
];
150
assert(NumDisplays <
MAX_DISPLAYS
);
[
all
...]
Completed in 67 milliseconds