Searched defs:sDisplay (Results 1 - 2 of 2) sorted by path

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp56 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS]; member in class:android::egl_display_t
69 return (index >= NUM_DISPLAYS) ? NULL : &sDisplay[index];
97 return sDisplay[uintptr_t(disp)].getDisplay(disp);
H A Degl_display.h47 static egl_display_t sDisplay[NUM_DISPLAYS]; member in class:android::egl_display_t

Completed in 82 milliseconds