Home
last modified time | relevance | path

Searched refs:EnableBeginCaptureOnStartup (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp110 void Instance::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::Instance
111 mImpl->EnableBeginCaptureOnStartup(beginCaptureOnStartup); in EnableBeginCaptureOnStartup()
DInstance.h57 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
DInstance.cpp254 void InstanceBase::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::InstanceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp189 void Instance::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::Instance
190 mImpl->EnableBeginCaptureOnStartup(beginCaptureOnStartup); in EnableBeginCaptureOnStartup()
DInstance.h71 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
DInstance.cpp270 void InstanceBase::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() function in dawn_native::InstanceBase
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h133 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h186 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp148 mInstance->EnableBeginCaptureOnStartup(mBeginCaptureOnStartup); in SetUp()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp414 instance->EnableBeginCaptureOnStartup(mBeginCaptureOnStartup); in CreateInstanceAndDiscoverAdapters()