Home
last modified time | relevance | path

Searched refs:toggles (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/
DToggleParser.cpp28 std::stringstream toggles(arg + argLen); in ParseEnabledToggles() local
29 while (getline(toggles, toggle, ',')) { in ParseEnabledToggles()
42 std::stringstream toggles(arg + argLDis); in ParseDisabledToggles() local
43 while (getline(toggles, toggle, ',')) { in ParseDisabledToggles()
DDawnTest.cpp829 auto toggles = dawn_native::GetTogglesUsed(backendDevice); in HasToggleEnabled() local
830 return std::find_if(toggles.begin(), toggles.end(), [toggle](const char* name) { in HasToggleEnabled()
832 }) != toggles.end(); in HasToggleEnabled()
/third_party/skia/third_party/externals/dawn/docs/
Ddevice_facilities.md34 …` is called and does mostly nothing except setting `State` to `BeingCreated` (and initial toggles).
51 … because embedders of Dawn like Chromium want to be able to surface what toggles are used by a dev…
74 // The {} is the list of force enabled toggles, {"..."} the force disabled ones.
77 The initialization order of toggles looks as follows:
79 - The toggles overrides from the device descriptor are applied.
80 - The frontend device default toggles are applied (unless already overriden).
81 …- The backend device default toggles are applied (unless already overriden) using `DeviceBase::Set…
82 …- The backend device can ignore overriden toggles if it can't support them by using `DeviceBase::F…
84 Forcing toggles should only be done when there is no "safe" option for the toggle.
86 For toggles that are safe to enable, like workarounds, the tests can run against the base configura…
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp183 auto toggles = dawn_native::GetTogglesUsed(backendDevice); in HasToggleEnabled() local
184 return std::find_if(toggles.begin(), toggles.end(), [toggle](const char* name) { in HasToggleEnabled()
186 }) != toggles.end(); in HasToggleEnabled()
/third_party/skia/third_party/externals/dawn/src/dawn_node/
DREADME.md65 * `enable-dawn-features=<features>` - enable [Dawn toggles](https://dawn.googlesource.com/dawn/+/re…
66 * `disable-dawn-features=<features>` - disable [Dawn toggles](https://dawn.googlesource.com/dawn/+/…
/third_party/openGLES/extensions/IGLOO/
DIGLOO_swap_triangle_strip_vertex_pointerXXX.txt68 vertex A. Each vertex set between a Begin/End pair toggles the pointer.
/third_party/skia/third_party/externals/opengl-registry/extensions/IGLOO/
DIGLOO_swap_triangle_strip_vertex_pointerXXX.txt68 vertex A. Each vertex set between a Begin/End pair toggles the pointer.
/third_party/libinput/doc/user/
Dscrolling.rst34 toggles to enable or disable horizontal scrolling. Instead, horizontal
Dtablet-support.rst365 ring and toggles the modes sequentially. On the Wacom Cintiq 24HD the
/third_party/popt/
DCHANGES29 - jbj: add test cases for bit operations and toggles.
/third_party/python/Lib/idlelib/
DNEWS.txt318 The Code Context menu label now toggles between Show/Hide Code Context.
319 The Zoom Height menu now toggles between Zoom/Restore Height.
DNEWS2x.txt69 - Home / Control-A toggles between left margin and end of leading white
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp3177 static bool toggles[] = { true, false, false, false, false }; in ShowDemoWindowPopups() local
3201 ImGui::MenuItem(names[i], "", &toggles[i]); in ShowDemoWindowPopups()
3218 ImGui::MenuItem(names[i], "", &toggles[i]); in ShowDemoWindowPopups()
/third_party/mksh/
Dmksh.faq402 <p class="boxhead">The following POSIX sh-compatible code toggles the
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2315 // A transformation that toggles an access chain instruction.
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2315 // A transformation that toggles an access chain instruction.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2315 // A transformation that toggles an access chain instruction.
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst8185 The Code Context menu label now toggles between Show/Hide Code Context. The
8186 Zoom Height menu now toggles between Zoom/Restore Height. Zoom Height has
/third_party/python/Doc/library/
Dsocket.rst1728 The method no longer toggles :const:`SOCK_NONBLOCK` flag on
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES1726 - In `ftdiff', key `x' toggles between layout modes: Either use
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md1553 …a464)] - **doc**: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) [#…
DCHANGELOG_V16.md946 …dab8)] - **doc**: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) [#…