Home
last modified time | relevance | path

Searched refs:swapChainFormat (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/examples/
H A DCHelloTriangle.cpp25 WGPUTextureFormat swapChainFormat; variable
36 swapChainFormat = static_cast<WGPUTextureFormat>(GetPreferredSwapChainTextureFormat()); in init()
37 wgpuSwapChainConfigure(swapchain, swapChainFormat, WGPUTextureUsage_OutputAttachment, 640, 480); in init()
76 colorStateDescriptor.format = swapChainFormat; in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/examples/
H A DCHelloTriangle.cpp25 WGPUTextureFormat swapChainFormat; variable
36 swapChainFormat = static_cast<WGPUTextureFormat>(GetPreferredSwapChainTextureFormat()); in init()
37 wgpuSwapChainConfigure(swapchain, swapChainFormat, WGPUTextureUsage_RenderAttachment, 640, 480); in init()
76 colorStateDescriptor.format = swapChainFormat; in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/
H A DDawnWindowContext.cpp27 wgpu::TextureFormat swapChainFormat) in DawnWindowContext() argument
29 , fSwapChainFormat(swapChainFormat) in DawnWindowContext()
H A DDawnWindowContext.h22 DawnWindowContext(const DisplayParams&, wgpu::TextureFormat swapChainFormat);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/
H A DDawnWindowContext.cpp27 wgpu::TextureFormat swapChainFormat) in DawnWindowContext() argument
29 , fSwapChainFormat(swapChainFormat) in DawnWindowContext()
H A DDawnWindowContext.h24 DawnWindowContext(const DisplayParams&, wgpu::TextureFormat swapChainFormat);
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DDCLayerTree.cpp867 auto swapChainFormat = GetSwapChainFormat(); in CreateVideoSwapChain() local
872 desc.Format = swapChainFormat; in CreateVideoSwapChain()
880 if (IsYUVSwapChainFormat(swapChainFormat)) { in CreateVideoSwapChain()
897 mSwapChainFormat = swapChainFormat; in CreateVideoSwapChain()