Home | History | Annotate | Download | only in libagl

Lines Matching refs:NUM_DISPLAYS

63 const unsigned int NUM_DISPLAYS = 1;
108 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
115 static egl_display_t gDisplays[NUM_DISPLAYS];