Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_object.h70 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