Searched defs:egl_display_ptr (Results 1 – 1 of 1) sorted by relevance
143 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {} in egl_display_ptr() function155 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) {} in egl_display_ptr() function