Searched refs:NUM_DISPLAYS (Results 1 – 5 of 5) sorted by relevance
34 const unsigned int NUM_DISPLAYS = 1; variable
84 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS];101 if (index >= NUM_DISPLAYS || !sDisplay[index].isValid()) { in get()130 if (uintptr_t(disp) >= NUM_DISPLAYS) in getFromNativeDisplay()
51 static egl_display_t sDisplay[NUM_DISPLAYS];
296 if (index >= NUM_DISPLAYS) { in eglGetPlatformDisplayTmpl()
82 const unsigned int NUM_DISPLAYS = 1; variable129 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid()136 static egl_display_t gDisplays[NUM_DISPLAYS];