Lines Matching refs:N
57 template <typename N, typename T>
67 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef()
72 inline N* get() { return static_cast<N*>(ref); } in get()
77 template <typename N, typename T>
81 template <typename N, typename T>
82 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef()
88 template <typename N, typename T>
89 egl_object_t::LocalRef<N, T>::~LocalRef() { in ~LocalRef()
95 template <typename N, typename T>
96 void egl_object_t::LocalRef<N, T>::acquire() const { in acquire()
102 template <typename N, typename T>
103 void egl_object_t::LocalRef<N, T>::release() const { in release()
112 template <typename N, typename T>
113 void egl_object_t::LocalRef<N, T>::terminate() { in terminate()