HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DISPLAYS (Results 1 - 12 of 12) 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];
hwc.cpp 89 for(int i = 0; i < MAX_DISPLAYS; i++) {
576 for(int dpy = 0; dpy < MAX_DISPLAYS; dpy++) {
hwc_utils.cpp 229 for (uint32_t i = 0; i < MAX_DISPLAYS; i++) {
270 for(int i = 0; i < MAX_DISPLAYS; i++) {
287 for(int i = 0; i < MAX_DISPLAYS; i++) {
    [all...]
  /hardware/qcom/display/msm8x26/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];
hwc.cpp 89 for(int i = 0; i < MAX_DISPLAYS; i++) {
577 for(int dpy = 0; dpy < MAX_DISPLAYS; dpy++) {
hwc_utils.cpp 190 for (uint32_t i = 0; i < MAX_DISPLAYS; i++) {
231 for(int i = 0; i < MAX_DISPLAYS; i++) {
248 for(int i = 0; i < MAX_DISPLAYS; i++) {
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 41 #define MAX_DISPLAYS (HWC_NUM_DISPLAY_TYPES)
358 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS];
366 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS];
371 qhwc::DisplayAttributes dpyAttr[MAX_DISPLAYS];
372 qhwc::ListStats listStats[MAX_DISPLAYS];
373 qhwc::LayerProp *layerProp[MAX_DISPLAYS];
374 qhwc::LayerRotMap *mLayerRotMap[MAX_DISPLAYS];
375 qhwc::MDPComp *mMDPComp[MAX_DISPLAYS];
hwc.cpp 92 for(int i = 0; i < MAX_DISPLAYS; i++) {
672 for(int dpy = 0; dpy < MAX_DISPLAYS; dpy++) {
hwc_utils.cpp 163 for (uint32_t i = 0; i < MAX_DISPLAYS; i++) {
201 for(int i = 0; i < MAX_DISPLAYS; i++) {
218 for(int i = 0; i < MAX_DISPLAYS; i++) {
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/openssh/
channels.c 139 #define MAX_DISPLAYS 1000
    [all...]

Completed in 281 milliseconds