Home
last modified time | relevance | path

Searched refs:tlDevice (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTintUtils.cpp24 thread_local DeviceBase* tlDevice = nullptr; member
27 if (tlDevice) { in TintICEReporter()
28 tlDevice->HandleError(InternalErrorType::Validation, diagnostics.str().c_str()); in TintICEReporter()
47 ASSERT(tlDevice == nullptr); in ScopedTintICEHandler()
48 tlDevice = device; in ScopedTintICEHandler()
52 tlDevice = nullptr; in ~ScopedTintICEHandler()

Completed in 1 milliseconds