Searched refs:LocalRef (Results 1 – 1 of 1) sorted by relevance
62 class LocalRef {64 LocalRef();65 LocalRef(const LocalRef* rhs);67 ~LocalRef();68 explicit LocalRef(egl_object_t* rhs);69 explicit LocalRef(egl_display_t const* display, T o) : ref(0) { in LocalRef() function83 friend class LocalRef; variable87 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef() function94 egl_object_t::LocalRef<N,T>::~LocalRef() { in ~LocalRef()101 void egl_object_t::LocalRef<N,T>::acquire() const { in acquire()[all …]