Searched defs:BindGroupBase (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
H A D | BindGroup.h | 42 class BindGroupBase : public ApiObjectBase { class 68 BindGroupBase(Derived* derived, DeviceBase* device, const BindGroupDescriptor* descriptor) in BindGroupBase() function in dawn_native::BindGroupBase [all...] |
H A D | BindGroup.cpp | 335 BindGroupBase::BindGroupBase(DeviceBase* device, in BindGroupBase() function in dawn_native::BindGroupBase 402 BindGroupBase::BindGroupBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in BindGroupBase() function in dawn_native::BindGroupBase 425 BindGroupBase::BindGroupBase(DeviceBas function in dawn_native::BindGroupBase [all...] |
Completed in 2 milliseconds