Searched refs:IsRobustnessEnabled (Results 1 – 7 of 7) sorted by relevance
86 if (GetDevice()->IsRobustnessEnabled()) { in Initialize()
333 if (IsRobustnessEnabled()) { in CreateDevice()
120 if (GetDevice()->IsRobustnessEnabled()) {
195 if (IsRobustnessEnabled()) {
318 bool IsRobustnessEnabled() const;
1163 bool DeviceBase::IsRobustnessEnabled() const { in IsRobustnessEnabled() function in dawn_native::DeviceBase
309 request.isRobustnessEnabled = device->IsRobustnessEnabled(); in Create()