Searched defs:ApiObjectBase (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
H A D | ObjectBase.cpp | 40 ApiObjectBase::ApiObjectBase(DeviceBase* device, const char* label) : ObjectBase(device) { in ApiObjectBase() function in dawn_native::ApiObjectBase 46 ApiObjectBase::ApiObjectBase(DeviceBase* device, ErrorTag tag) : ObjectBase(device, tag) { in ApiObjectBase() function in dawn_native::ApiObjectBase 49 ApiObjectBase::ApiObjectBase(DeviceBase* device, LabelNotImplementedTag tag) in ApiObjectBase() function in dawn_native::ApiObjectBase [all...] |
H A D | ObjectBase.h | 44 class ApiObjectBase : public ObjectBase, public LinkNode<ApiObjectBase> { class |
Completed in 1 milliseconds