Home
last modified time | relevance | path

Searched refs:sDisplay (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp57 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS]; member in android::egl_display_t
70 return (index >= NUM_DISPLAYS) ? NULL : &sDisplay[index]; in get()
98 return sDisplay[uintptr_t(disp)].getDisplay(disp); in getFromNativeDisplay()
Degl_display.h47 static egl_display_t sDisplay[NUM_DISPLAYS]; variable