Searched refs:NUM_DISPLAYS (Results 1 – 5 of 5) sorted by relevance
30 const unsigned int NUM_DISPLAYS = 1; variable
70 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS];83 if (index >= NUM_DISPLAYS || !sDisplay[index].isValid()) { in get()111 if (uintptr_t(disp) >= NUM_DISPLAYS) in getFromNativeDisplay()
48 static egl_display_t sDisplay[NUM_DISPLAYS];
284 if (index >= NUM_DISPLAYS) { in eglGetDisplay()
82 const unsigned int NUM_DISPLAYS = 1; variable127 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid()134 static egl_display_t gDisplays[NUM_DISPLAYS];