Searched refs:LocalRef (Results 1 – 1 of 1) sorted by relevance
63 class LocalRef {65 LocalRef() = delete;66 LocalRef(const LocalRef* rhs) = delete;68 ~LocalRef();69 explicit LocalRef(egl_object_t* rhs);70 explicit LocalRef(egl_display_t const* display, T o) : ref(0) { in LocalRef() function84 friend class LocalRef; variable88 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef() function95 egl_object_t::LocalRef<N,T>::~LocalRef() { in ~LocalRef()102 void egl_object_t::LocalRef<N,T>::acquire() const { in acquire()[all …]