Home
last modified time | relevance | path

Searched refs:beginCaptureOnStartup (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() argument
111 mImpl->EnableBeginCaptureOnStartup(beginCaptureOnStartup); in EnableBeginCaptureOnStartup()
DInstance.cpp254 void InstanceBase::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() argument
255 mBeginCaptureOnStartup = beginCaptureOnStartup; in EnableBeginCaptureOnStartup()
DInstance.h57 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp28 bool beginCaptureOnStartup) { in CreateFactory() argument
54 if (beginCaptureOnStartup) { in CreateFactory()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp29 bool beginCaptureOnStartup) { in CreateFactory() argument
51 if (beginCaptureOnStartup) { in CreateFactory()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp189 void Instance::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() argument
190 mImpl->EnableBeginCaptureOnStartup(beginCaptureOnStartup); in EnableBeginCaptureOnStartup()
DInstance.cpp270 void InstanceBase::EnableBeginCaptureOnStartup(bool beginCaptureOnStartup) { in EnableBeginCaptureOnStartup() argument
271 mBeginCaptureOnStartup = beginCaptureOnStartup; in EnableBeginCaptureOnStartup()
DInstance.h71 void EnableBeginCaptureOnStartup(bool beginCaptureOnStartup);
/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);