Searched defs:QueueBase (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ | ||
D | Forward.h | 34 class QueueBase; variable |
D | Queue.cpp | 28 QueueBase::QueueBase(DeviceBase* device) : ObjectBase(device) { in QueueBase() function in dawn_native::QueueBase |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
D | Forward.h | 40 class QueueBase; variable |
D | Queue.cpp | 173 QueueBase::QueueBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in QueueBase() function in dawn_native::QueueBase |