Searched defs:LocalRef (Results 1 – 2 of 2) sorted by relevance
66 explicit LocalRef(egl_display_t const* display, T o) : ref(nullptr) { in LocalRef() function78 friend class LocalRef; variable82 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef() function
83 LocalRef(std::unique_ptr<SkiaBackendTexture> backendTexture, CleanupManager& cleanupMgr) { in LocalRef() function