Home
last modified time | relevance | path

Searched defs:swapchain (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainTests.cpp92 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &baseDescriptor); in TEST_P() local
120 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &baseDescriptor); in TEST_P() local
126 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &baseDescriptor); in TEST_P() local
132 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &baseDescriptor); in TEST_P() local
177 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &desc); in TEST_P() local
185 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &baseDescriptor); in TEST_P() local
212 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &desc); in TEST_P() local
235 wgpu::SwapChain swapchain = deviceToUse.CreateSwapChain(surface, &baseDescriptor); in TEST_P() local
DSwapChainValidationTests.cpp111 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
176 wgpu::SwapChain swapchain; in TEST_P() local
188 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
203 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
215 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
259 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
281 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
333 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
343 wgpu::SwapChain swapchain = device.CreateSwapChain(surface, &goodDescriptor); in TEST_P() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c88 _mesa_threadpool_create(struct NineSwapChain9 *swapchain) in _mesa_threadpool_create()
109 _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool) in _mesa_threadpool_destroy()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DSwapchain.hpp52 vk::SwapchainKHR swapchain; // Owning handle member in Swapchain
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp694 …const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &curP… in createSwapchainTest() local
706 …const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &curP… in createSwapchainTest() local
789 …const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &curP… in createSwapchainPrivateDataTest() local
914 …const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &curP… in createSwapchainSimulateOOMTest() local
1003 …const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &swap… in testImageSwapchainCreateInfo() local
1210 VkSwapchainKHR swapchain, in AcquireNextImageWrapper()
1250 VkSwapchainKHR swapchain, in AcquireNextImage2Wrapper()
1298 const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(vkd, device, &swapchainInfo)); in basicRenderTest() local
1525 vector<Move<VkSwapchainKHR>> swapchain; in multiSwapchainRenderTest() local
1733 const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(vkd, *groupDevice, &swapchainInfo)); in deviceGroupRenderTest() local
[all …]
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_window.cc240 auto swapchain = std::make_unique<VulkanSwapchain>( in RecreateSwapchain() local
Dvulkan_swapchain.cc137 VkSwapchainKHR swapchain = VK_NULL_HANDLE; in VulkanSwapchain() local
558 VkSwapchainKHR swapchain = swapchain_; in Submit() local
/third_party/skia/third_party/externals/dawn/examples/
DCHelloTriangle.cpp23 WGPUSwapChain swapchain; variable
DAnimometer.cpp28 wgpu::SwapChain swapchain; variable
DCppHelloTriangle.cpp33 wgpu::SwapChain swapchain; variable
DCubeReflection.cpp40 wgpu::SwapChain swapchain; variable
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DWireServer.cpp42 bool WireServer::InjectSwapChain(WGPUSwapChain swapchain, in InjectSwapChain()
/third_party/flutter/skia/third_party/externals/dawn/examples/
DCHelloTriangle.cpp22 DawnSwapChain swapchain; variable
DAnimometer.cpp27 dawn::SwapChain swapchain; variable
DCppHelloTriangle.cpp32 dawn::SwapChain swapchain; variable
DCubeReflection.cpp39 dawn::SwapChain swapchain; variable
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSurfaceKHR.cpp146 void SurfaceKHR::associateSwapchain(SwapchainKHR *swapchain) in associateSwapchain()
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
DWireClient.h42 WGPUSwapChain swapchain; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c513 struct wsi_swapchain *swapchain; in wsi_CreateSwapchainKHR() local
579 VkSwapchainKHR swapchain, in wsi_GetSwapchainImagesKHR()
590 VkSwapchainKHR swapchain, in wsi_AcquireNextImageKHR()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_wsi.c169 v3dv_wsi_get_image_from_swapchain(VkSwapchainKHR swapchain, uint32_t index) in v3dv_wsi_get_image_from_swapchain()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.h224 VkSwapchainKHR swapchain = VK_NULL_HANDLE; member
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp53 ComPtr<IDXGISwapChain3> swapchain; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_wsi.c171 VkSwapchainKHR swapchain, in vn_DestroySwapchainKHR()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.h71 bool swapchain = false; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp75 bool Server::InjectSwapChain(WGPUSwapChain swapchain, in InjectSwapChain()

1234