Home
last modified time | relevance | path

Searched refs:mBeginCaptureOnStartup (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DInstance.cpp255 mBeginCaptureOnStartup = beginCaptureOnStartup; in EnableBeginCaptureOnStartup()
259 return mBeginCaptureOnStartup; in IsBeginCaptureOnStartupEnabled()
DInstance.h76 bool mBeginCaptureOnStartup = false; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DInstance.cpp271 mBeginCaptureOnStartup = beginCaptureOnStartup; in EnableBeginCaptureOnStartup()
275 return mBeginCaptureOnStartup; in IsBeginCaptureOnStartupEnabled()
DInstance.h101 bool mBeginCaptureOnStartup = false; variable
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp113 mBeginCaptureOnStartup = true; in DawnTestEnvironment()
148 mInstance->EnableBeginCaptureOnStartup(mBeginCaptureOnStartup); in SetUp()
174 << (mBeginCaptureOnStartup ? "true" : "false") in SetUp()
DDawnTest.h123 bool mBeginCaptureOnStartup = false; variable
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp291 mBeginCaptureOnStartup = true; in ParseArgs()
414 instance->EnableBeginCaptureOnStartup(mBeginCaptureOnStartup); in CreateInstanceAndDiscoverAdapters()
609 << (mBeginCaptureOnStartup ? "true" : "false") in PrintTestConfigurationAndAdapterInfo()
DDawnTest.h250 bool mBeginCaptureOnStartup = false; variable