Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.cpp25 Device::Device(Client* clientIn, uint32_t initialRefcount, uint32_t initialId) in Device() argument
26 : ObjectBase(clientIn, initialRefcount, initialId), mIsAlive(std::make_shared<bool>()) { in Device()