Home
last modified time | relevance | path

Searched defs:toggle (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DToggleValidationTests.cpp52 for (const char* toggle : toggleNames) { in TEST_F() local
69 for (const char* toggle : toggleNames) { in TEST_F() local
86 for (const char* toggle : toggleNames) { in TEST_F() local
DValidationTest.cpp201 for (const std::string& toggle : gToggleParser->GetEnabledToggles()) { in CreateTestDevice() local
205 for (const std::string& toggle : gToggleParser->GetDisabledToggles()) { in CreateTestDevice() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DToggles.cpp25 Toggle toggle; member
245 void TogglesSet::Set(Toggle toggle, bool enabled) { in Set()
277 const char* ToggleEnumToName(Toggle toggle) { in ToggleEnumToName()
DDevice.cpp1576 void DeviceBase::SetToggle(Toggle toggle, bool isEnabled) { in SetToggle()
1582 void DeviceBase::ForceSetToggle(Toggle toggle, bool isEnabled) { in ForceSetToggle()
1599 Toggle toggle = GetAdapter()->GetInstance()->ToggleNameToEnum(toggleName); in ApplyToggleOverrides() local
1606 Toggle toggle = GetAdapter()->GetInstance()->ToggleNameToEnum(toggleName); in ApplyToggleOverrides() local
/third_party/skia/third_party/externals/dawn/src/tests/
DToggleParser.cpp27 std::string toggle; in ParseEnabledToggles() local
41 std::string toggle; in ParseDisabledToggles() local
DDawnTest.cpp590 for (const std::string& toggle : GetEnabledToggles()) { in PrintTestConfigurationAndAdapterInfo() local
600 for (const std::string& toggle : GetDisabledToggles()) { in PrintTestConfigurationAndAdapterInfo() local
938 for (const std::string& toggle : gTestEnv->GetEnabledToggles()) { in SetUp() local
945 for (const std::string& toggle : gTestEnv->GetDisabledToggles()) { in SetUp() local
/third_party/skia/tools/skiaserve/urlhandlers/
DCmdHandler.cpp47 int n, toggle; in handle() local
/third_party/python/Tools/demo/
Dlife.py68 def toggle(self, y, x): member in LifeBoard
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLFeatureControlTest.cpp147 bool toggle = std::find(testedFeatures.begin(), testedFeatures.end(), in TEST_P() local
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
Dftdebug.c259 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
/third_party/skia/third_party/externals/freetype/builds/wince/
Dftdebug.c264 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
/third_party/rust/rust/src/librustdoc/html/render/
Dprint_item.rs713 let mut toggle = false; in item_trait() localVariable
1355 let toggle = should_hide_fields(count_variants); in item_enum() localVariable
1844 let toggle = should_hide_fields(count_fields); in render_union() localVariable
1907 let toggle = should_hide_fields(count_fields); in render_struct() localVariable
/third_party/skia/third_party/externals/freetype/src/base/
Dftdebug.c326 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
/third_party/ffmpeg/libavutil/tests/
Dopt.c34 int toggle; member
/third_party/skia/third_party/externals/freetype/builds/windows/
Dftdebug.c339 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
/third_party/skia/samplecode/
DSamplePath.cpp242 void toggle(bool& value) { in toggle() function in ArcToView
341 void toggle(bool& value) { in toggle() function in FatStroke
DSampleSimpleStroker.cpp389 void toggle(bool& value) { value = !value; } in toggle() function in SimpleStroker
/third_party/skia/m133/tools/viewer/
DPathSlide.cpp284 void toggle(bool& value) { in toggle() function in ArcToSlide
394 void toggle(bool& value) { in toggle() function in FatStrokeSlide
DSimpleStrokerSlide.cpp474 void toggle(bool& value) { value = !value; } in toggle() function in SimpleStrokerSlide
/third_party/skia/m133/tests/
DPathOpsQuadIntersectionTest.cpp435 bool toggle = true; in intersectionFinder() local
DPathOpsCubicIntersectionTest.cpp540 bool toggle = true; in intersectionFinder() local
/third_party/skia/tests/
DPathOpsQuadIntersectionTest.cpp426 bool toggle = true; in intersectionFinder() local
DPathOpsCubicIntersectionTest.cpp531 bool toggle = true; in intersectionFinder() local
/third_party/popt/src/
Dpopthelp.c328 const char *toggle; in singleOptionHelp() local
/third_party/skia/tools/debugger/
DDrawCommand.h85 void setVisible(bool toggle) { fVisible = toggle; } in setVisible()

12