Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A 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
/aosp12/frameworks/native/libs/renderengine/skia/
H A DAutoBackendTexture.h83 LocalRef(GrDirectContext* context, AHardwareBuffer* buffer, bool isOutputBuffer, in LocalRef() function