Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp72 : path_(path), dlhandle_(nullptr), refcount_(0) {} in LayerLibrary()
77 refcount_(other.refcount_) { in LayerLibrary()
79 other.refcount_ = 0; in LayerLibrary()
101 size_t refcount_; member in vulkan::api::__anon240457cc0111::LayerLibrary
106 if (refcount_++ == 0) { in Open()
127 refcount_ = 0; in Open()
136 if (--refcount_ == 0) { in Close()