Searched refs:NUM_DISPLAYS (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degldefs.h30 const unsigned int NUM_DISPLAYS = 1; member in namespace:android
H A Degl_display.cpp57 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS];
70 return (index >= NUM_DISPLAYS) ? NULL : &sDisplay[index];
95 if (uintptr_t(disp) >= NUM_DISPLAYS)
H A Degl_display.h47 static egl_display_t sDisplay[NUM_DISPLAYS];
H A DeglApi.cpp208 if (index >= NUM_DISPLAYS) {
/frameworks/native/opengl/libagl/
H A Degl.cpp62 const unsigned int NUM_DISPLAYS = 1; member in namespace:android
107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
114 static egl_display_t gDisplays[NUM_DISPLAYS];

Completed in 1165 milliseconds