Searched defs:QueueBase (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
H A D | Queue.h | 28 class QueueBase : public ApiObjectBase { class |
H A D | Queue.cpp | 173 QueueBase::QueueBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in QueueBase() function in dawn_native::QueueBase 176 QueueBase::QueueBase(DeviceBase* device, ObjectBase::ErrorTag tag) in QueueBase() function in dawn_native::QueueBase [all...] |
Completed in 2 milliseconds