Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degldefs.h34 const unsigned int NUM_DISPLAYS = 1; variable
Degl_display.cpp85 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS];
102 if (index >= NUM_DISPLAYS || !sDisplay[index].isValid()) { in get()
131 if (uintptr_t(disp) >= NUM_DISPLAYS) in getFromNativeDisplay()
Degl_display.h51 static egl_display_t sDisplay[NUM_DISPLAYS];
Degl_platform_entries.cpp294 if (index >= NUM_DISPLAYS) { in eglGetPlatformDisplayTmpl()