Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp78 refcount_(0) {} in LayerLibrary()
86 refcount_(other.refcount_) { in LayerLibrary()
88 other.refcount_ = 0; in LayerLibrary()
126 size_t refcount_; member in vulkan::api::__anon240457cc0111::LayerLibrary
131 if (refcount_++ == 0) { in Open()
147 refcount_ = 0; in Open()
156 refcount_ = 0; in Open()
167 if (--refcount_ == 0) { in Close()
177 refcount_++; in Close()
183 refcount_++; in Close()