Lines Matching refs:N
62 template <typename N, typename T>
71 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef()
76 inline N* get() { in get()
77 return static_cast<N*>(ref); in get()
83 template <typename N, typename T>
87 template<typename N, typename T>
88 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef()
94 template <typename N, typename T>
95 egl_object_t::LocalRef<N,T>::~LocalRef() { in ~LocalRef()
101 template <typename N, typename T>
102 void egl_object_t::LocalRef<N,T>::acquire() const { in acquire()
108 template <typename N, typename T>
109 void egl_object_t::LocalRef<N,T>::release() const { in release()
118 template <typename N, typename T>
119 void egl_object_t::LocalRef<N,T>::terminate() { in terminate()