Home
last modified time | relevance | path

Searched refs:LocalRef (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_object.h63 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() function
84 friend class LocalRef; variable
88 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef() function
95 egl_object_t::LocalRef<N,T>::~LocalRef() { in ~LocalRef()
102 void egl_object_t::LocalRef<N,T>::acquire() const { in acquire()
[all …]