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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h116 friend class egl_display_ptr;
132 // An egl_display_ptr is a kind of smart pointer for egl_display_t objects.
135 // as the egl_display_ptr exists.
136 class egl_display_ptr { class in namespace:android
138 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {} function in class:android::egl_display_ptr
145 // egl_display_ptr(egl_display_ptr&& other) {
150 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) {} function in class:android::egl_display_ptr
152 ~egl_display_ptr() {}
[all...]

Completed in 58 milliseconds