Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_object.h66 explicit LocalRef(egl_display_t const* display, T o) : ref(nullptr) { in LocalRef() function
78 friend class LocalRef; variable
82 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) { in LocalRef() function
/frameworks/native/libs/renderengine/skia/
DAutoBackendTexture.h83 LocalRef(std::unique_ptr<SkiaBackendTexture> backendTexture, CleanupManager& cleanupMgr) { in LocalRef() function