Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp73 : path_(path), dlhandle_(nullptr), refcount_(0) {} in LayerLibrary()
78 refcount_(other.refcount_) { in LayerLibrary()
80 other.refcount_ = 0; in LayerLibrary()
102 size_t refcount_; member in vulkan::api::__anon240457cc0111::LayerLibrary
107 if (refcount_++ == 0) { in Open()
128 refcount_ = 0; in Open()
137 if (--refcount_ == 0) { in Close()