Searched refs:Mailbox (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | ManualSwapChainTest.cpp | 36 // - Check that Mailbox cycles faster than Fifo and has no tearing. 184 case wgpu::PresentMode::Mailbox: in operator <<() 185 o << "Mailbox"; in operator <<() 245 data->targetDesc.presentMode = wgpu::PresentMode::Mailbox; in OnKeyPress() 247 case wgpu::PresentMode::Mailbox: in OnKeyPress()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | SwapChainTests.cpp | 58 baseDescriptor.presentMode = wgpu::PresentMode::Mailbox; 150 wgpu::PresentMode::Mailbox, in TEST_P()
|
H A D | SwapChainValidationTests.cpp | 51 goodDescriptor.presentMode = wgpu::PresentMode::Mailbox;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | SwapChainD3D12.cpp | 34 case wgpu::PresentMode::Mailbox: in PresentModeToBufferCount() 42 case wgpu::PresentMode::Mailbox: in PresentModeToSwapInterval() 340 // TODO(crbug.com/dawn/269): Consider whether this should be lifted for Mailbox so that in GetCurrentTextureViewImpl()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 27 __all__ = ['Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF', 34 class Mailbox: class 38 """Initialize a Mailbox instance.""" 267 class Maildir(Mailbox): 274 Mailbox.__init__(self, dirname, factory, create) 577 class _singlefileMailbox(Mailbox): 582 Mailbox.__init__(self, path, factory, create) 935 class MH(Mailbox): 940 Mailbox.__init__(self, path, factory, create)
|
/third_party/python/Lib/test/ |
H A D | test_genericalias.py | 18 from mailbox import Mailbox, _PartialFile namespace 107 Mailbox, _PartialFile,
|
H A D | test_mailbox.py | 561 # Test that all Mailbox methods raise NotImplementedException. 562 box = mailbox.Mailbox('path') 1351 class FakeMailBox(mailbox.Mailbox): 1354 mailbox.Mailbox.__init__(self, '', lambda file: None)
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | SwapChainVk.cpp | 195 case wgpu::PresentMode::Mailbox: in ToVulkanPresentMode()
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 455 class Mailbox(TokenList): class 1789 mailbox = Mailbox() 1808 returned acts like a Mailbox, but the data attributes are None.
|
Completed in 14 milliseconds