Lines Matching refs:LocalRef
58 class LocalRef {
60 LocalRef() = delete;
61 LocalRef(const LocalRef* rhs) = delete;
64 ~LocalRef();
65 explicit LocalRef(egl_object_t* rhs);
66 explicit LocalRef(egl_display_t const* display, T o) : ref(nullptr) { in LocalRef() function
78 friend class LocalRef; variable
82 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef() function
89 egl_object_t::LocalRef<N, T>::~LocalRef() { in ~LocalRef()
96 void egl_object_t::LocalRef<N, T>::acquire() const { in acquire()
103 void egl_object_t::LocalRef<N, T>::release() const { in release()
113 void egl_object_t::LocalRef<N, T>::terminate() { in terminate()
127 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref;
192 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref;