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

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

Completed in 6 milliseconds