Home
last modified time | relevance | path

Searched refs:Mailbox (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp36 // - 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 DSwapChainTests.cpp58 baseDescriptor.presentMode = wgpu::PresentMode::Mailbox;
150 wgpu::PresentMode::Mailbox, in TEST_P()
H A DSwapChainValidationTests.cpp51 goodDescriptor.presentMode = wgpu::PresentMode::Mailbox;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSwapChainD3D12.cpp34 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 Dmailbox.py27 __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 Dtest_genericalias.py18 from mailbox import Mailbox, _PartialFile namespace
107 Mailbox, _PartialFile,
H A Dtest_mailbox.py561 # 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 DSwapChainVk.cpp195 case wgpu::PresentMode::Mailbox: in ToVulkanPresentMode()
/third_party/python/Lib/email/
H A D_header_value_parser.py455 class Mailbox(TokenList): class
1789 mailbox = Mailbox()
1808 returned acts like a Mailbox, but the data attributes are None.

Completed in 14 milliseconds