Searched defs:egl_display_ptr (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h76 // holding a lock, but must be called via egl_display_ptr to ensure
79 // thread's egl_display_ptr is destroyed.
129 friend class egl_display_ptr;
185 // An egl_display_ptr is a kind of smart pointer for egl_display_t objects.
188 // as the egl_display_ptr exists.
189 class egl_display_ptr { class in namespace:android
191 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) { function in class:android::egl_display_ptr
204 // egl_display_ptr(egl_display_ptr&& other) {
209 egl_display_ptr(cons function in class:android::egl_display_ptr
[all...]

Completed in 4 milliseconds