/third_party/skia/third_party/externals/dawn/src/tests/ |
D | ToggleParser.cpp | 28 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()
|
D | DawnTest.cpp | 829 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/ |
D | device_facilities.md | 34 …` 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/ |
D | ValidationTest.cpp | 183 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/ |
D | README.md | 65 * `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/ |
D | IGLOO_swap_triangle_strip_vertex_pointerXXX.txt | 68 vertex A. Each vertex set between a Begin/End pair toggles the pointer.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IGLOO/ |
D | IGLOO_swap_triangle_strip_vertex_pointerXXX.txt | 68 vertex A. Each vertex set between a Begin/End pair toggles the pointer.
|
/third_party/libinput/doc/user/ |
D | scrolling.rst | 34 toggles to enable or disable horizontal scrolling. Instead, horizontal
|
D | tablet-support.rst | 365 ring and toggles the modes sequentially. On the Wacom Cintiq 24HD the
|
/third_party/popt/ |
D | CHANGES | 29 - jbj: add test cases for bit operations and toggles.
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 318 The Code Context menu label now toggles between Show/Hide Code Context. 319 The Zoom Height menu now toggles between Zoom/Restore Height.
|
D | NEWS2x.txt | 69 - Home / Control-A toggles between left margin and end of leading white
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 3177 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/ |
D | mksh.faq | 402 <p class="boxhead">The following POSIX sh-compatible code toggles the
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 2315 // A transformation that toggles an access chain instruction.
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 2315 // A transformation that toggles an access chain instruction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 2315 // A transformation that toggles an access chain instruction.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 8185 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/ |
D | socket.rst | 1728 The method no longer toggles :const:`SOCK_NONBLOCK` flag on
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 1726 - In `ftdiff', key `x' toggles between layout modes: Either use
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V17.md | 1553 …a464)] - **doc**: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) [#…
|
D | CHANGELOG_V16.md | 946 …dab8)] - **doc**: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) [#…
|