Searched refs:EnableBeginCaptureOnStartup (Results 1 – 10 of 10) sorted by relevance
110 void Instance::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::Instance111 mImpl->EnableBeginCaptureOnStartup(beginCaptureOnStartup); in EnableBeginCaptureOnStartup()
57 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
254 void InstanceBase::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::InstanceBase
189 void Instance::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::Instance190 mImpl->EnableBeginCaptureOnStartup(beginCaptureOnStartup); in EnableBeginCaptureOnStartup()
71 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
270 void InstanceBase::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::InstanceBase
133 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
186 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
148 mInstance->EnableBeginCaptureOnStartup(mBeginCaptureOnStartup); in SetUp()
414 instance->EnableBeginCaptureOnStartup(mBeginCaptureOnStartup); in CreateInstanceAndDiscoverAdapters()