Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQuerySet.h26 MaybeError ValidateQuerySetDescriptor(DeviceBase* device, const QuerySetDescriptor* descriptor);
DQuerySet.cpp41 MaybeError ValidateQuerySetDescriptor(DeviceBase* device, in ValidateQuerySetDescriptor() function
DDevice.cpp1399 DAWN_TRY_CONTEXT(ValidateQuerySetDescriptor(this, descriptor), "validating %s", in CreateQuerySet()