Searched defs:sDisplay (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp64 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS]; member in class:android::egl_display_t
77 if (index >= NUM_DISPLAYS || !sDisplay[index].isValid()) {
80 return &sDisplay[index];
108 return sDisplay[uintptr_t(disp)].getDisplay(disp);
H A Degl_display.h48 static egl_display_t sDisplay[NUM_DISPLAYS]; member in class:android::egl_display_t

Completed in 7 milliseconds