Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degldefs.h34 const unsigned int NUM_DISPLAYS = 1; variable
Degl_display.cpp84 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()
Degl_display.h51 static egl_display_t sDisplay[NUM_DISPLAYS];
Degl_platform_entries.cpp296 if (index >= NUM_DISPLAYS) { in eglGetPlatformDisplayTmpl()
/frameworks/native/opengl/libagl/
Degl.cpp82 const unsigned int NUM_DISPLAYS = 1; variable
129 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid()
136 static egl_display_t gDisplays[NUM_DISPLAYS];