egl_display.h | 74 // holding a lock, but must be called via egl_display_ptr to ensure 77 // thread's egl_display_ptr is destroyed. 129 friend class egl_display_ptr; 187 // An egl_display_ptr is a kind of smart pointer for egl_display_t objects. 190 // as the egl_display_ptr exists. 191 class egl_display_ptr { class in namespace:android 193 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) { function in class:android::egl_display_ptr 206 // egl_display_ptr(egl_display_ptr&& other) { 211 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) function in class:android::egl_display_ptr [all...] |