Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp105 stencilFace.failOp = dawn::StencilOperation::Keep; in CheckDepthCompareFunction()
106 stencilFace.depthFailOp = dawn::StencilOperation::Keep; in CheckDepthCompareFunction()
107 stencilFace.passOp = dawn::StencilOperation::Keep; in CheckDepthCompareFunction()
149 baseStencilFaceDescriptor.failOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction()
150 baseStencilFaceDescriptor.depthFailOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction()
162 stencilFaceDescriptor.failOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction()
163 stencilFaceDescriptor.depthFailOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction()
164 stencilFaceDescriptor.passOp = dawn::StencilOperation::Keep; in CheckStencilCompareFunction()
195 baseStencilFaceDescriptor.failOp = dawn::StencilOperation::Keep; in CheckStencilOperation()
196 baseStencilFaceDescriptor.depthFailOp = dawn::StencilOperation::Keep; in CheckStencilOperation()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp107 stencilFace.failOp = wgpu::StencilOperation::Keep; in CheckDepthCompareFunction()
108 stencilFace.depthFailOp = wgpu::StencilOperation::Keep; in CheckDepthCompareFunction()
109 stencilFace.passOp = wgpu::StencilOperation::Keep; in CheckDepthCompareFunction()
157 baseStencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction()
158 baseStencilFaceDescriptor.depthFailOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction()
170 stencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction()
171 stencilFaceDescriptor.depthFailOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction()
172 stencilFaceDescriptor.passOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction()
210 baseStencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilOperation()
211 baseStencilFaceDescriptor.depthFailOp = wgpu::StencilOperation::Keep; in CheckStencilOperation()
[all …]
/third_party/curl/tests/data/
Dtest107722 Proxy-Connection: Keep-Alive
33 Proxy-Connection: Keep-Alive
65 Proxy-Connection: Keep-Alive
71 Proxy-Connection: Keep-Alive
Dtest118131 HTTP GET request with proxy and --proxy-header "Proxy-Connection: Keep-Alive"
34 --proxy http://%HOSTIP:%HTTPPORT --proxy-header "Proxy-Connection: Keep-Alive" http://%HOSTIP:%HTTP…
44 Proxy-Connection: Keep-Alive
Dtest54086 Proxy-Connection: Keep-Alive
92 Proxy-Connection: Keep-Alive
97 Proxy-Connection: Keep-Alive
103 Proxy-Connection: Keep-Alive
Dtest121847 Proxy-Connection: Keep-Alive
53 Proxy-Connection: Keep-Alive
60 Proxy-Connection: Keep-Alive
Dtest100289 Proxy-Connection: Keep-Alive
98 Proxy-Connection: Keep-Alive
108 Proxy-Connection: Keep-Alive
117 Proxy-Connection: Keep-Alive
Dtest118034 --proxy http://%HOSTIP:%HTTPPORT -H "Proxy-Connection: Keep-Alive" http://%HOSTIP:%HTTPPORT/%TESTNU…
44 Proxy-Connection: Keep-Alive
Dtest108796 Proxy-Connection: Keep-Alive
103 Proxy-Connection: Keep-Alive
109 Proxy-Connection: Keep-Alive
Dtest108897 Proxy-Connection: Keep-Alive
104 Proxy-Connection: Keep-Alive
111 Proxy-Connection: Keep-Alive
Dtest18345 Proxy-Connection: Keep-Alive
51 Proxy-Connection: Keep-Alive
Dtest25794 Proxy-Connection: Keep-Alive
101 Proxy-Connection: Keep-Alive
107 Proxy-Connection: Keep-Alive
Dtest16879 Proxy-Connection: Keep-Alive
86 Proxy-Connection: Keep-Alive
94 Proxy-Connection: Keep-Alive
Dtest33581 Proxy-Connection: Keep-Alive
88 Proxy-Connection: Keep-Alive
96 Proxy-Connection: Keep-Alive
Dtest109851 Proxy-Connection: Keep-Alive
57 Proxy-Connection: Keep-Alive
Dtest122846 Proxy-Connection: Keep-Alive
52 Proxy-Connection: Keep-Alive
Dtest107416 Connection: Keep-Alive
52 Connection: Keep-Alive
Dtest115047 Proxy-Connection: Keep-Alive
53 Proxy-Connection: Keep-Alive
Dtest124656 Proxy-Connection: Keep-Alive
62 Proxy-Connection: Keep-Alive
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DToolOutputFile.cpp19 : Filename(Filename), Keep(false) { in CleanupInstaller()
27 if (!Keep && Filename != "-") in ~CleanupInstaller()
41 Installer.Keep = true; in ToolOutputFile()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp556 depthStencil->stencilBack.failOp != wgpu::StencilOperation::Keep || in StencilTestEnabled()
557 depthStencil->stencilBack.depthFailOp != wgpu::StencilOperation::Keep || in StencilTestEnabled()
558 depthStencil->stencilBack.passOp != wgpu::StencilOperation::Keep || in StencilTestEnabled()
560 depthStencil->stencilFront.failOp != wgpu::StencilOperation::Keep || in StencilTestEnabled()
561 depthStencil->stencilFront.depthFailOp != wgpu::StencilOperation::Keep || in StencilTestEnabled()
562 depthStencil->stencilFront.passOp != wgpu::StencilOperation::Keep; in StencilTestEnabled()
633 (mDepthStencil.stencilFront.failOp != wgpu::StencilOperation::Keep || in RenderPipelineBase()
634 mDepthStencil.stencilFront.depthFailOp != wgpu::StencilOperation::Keep || in RenderPipelineBase()
635 mDepthStencil.stencilFront.passOp != wgpu::StencilOperation::Keep)) || in RenderPipelineBase()
637 (mDepthStencil.stencilBack.failOp != wgpu::StencilOperation::Keep || in RenderPipelineBase()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DToolOutputFile.h35 bool Keep;
57 void keep() { Installer.Keep = true; } in keep()
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.cpp105 stencilFace.failOp = dawn::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
106 stencilFace.depthFailOp = dawn::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
107 stencilFace.passOp = dawn::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp325 mDepthStencilState->stencilBack.failOp != dawn::StencilOperation::Keep || in StencilTestEnabled()
326 mDepthStencilState->stencilBack.depthFailOp != dawn::StencilOperation::Keep || in StencilTestEnabled()
327 mDepthStencilState->stencilBack.passOp != dawn::StencilOperation::Keep || in StencilTestEnabled()
329 mDepthStencilState->stencilFront.failOp != dawn::StencilOperation::Keep || in StencilTestEnabled()
330 mDepthStencilState->stencilFront.depthFailOp != dawn::StencilOperation::Keep || in StencilTestEnabled()
331 mDepthStencilState->stencilFront.passOp != dawn::StencilOperation::Keep; in StencilTestEnabled()
398 mDepthStencilState.stencilBack.failOp = dawn::StencilOperation::Keep; in RenderPipelineBase()
399 mDepthStencilState.stencilBack.depthFailOp = dawn::StencilOperation::Keep; in RenderPipelineBase()
400 mDepthStencilState.stencilBack.passOp = dawn::StencilOperation::Keep; in RenderPipelineBase()
402 mDepthStencilState.stencilFront.failOp = dawn::StencilOperation::Keep; in RenderPipelineBase()
[all …]
/third_party/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.cpp90 stencilFace.failOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
91 stencilFace.depthFailOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
92 stencilFace.passOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor()

12345678910>>...30