HomeSort by relevance Sort by last modified time
    Searched refs:create_swapchain (Results 1 - 7 of 7) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Shell.h 132 void create_swapchain();
Shell.cpp 218 create_swapchain();
310 void Shell::create_swapchain() { function in class:Shell
  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 84 VkResult (*create_swapchain)(VkIcdSurfaceBase *surface, member in struct:wsi_interface
wsi_common_wayland.c 815 wsi->base.create_swapchain = wsi_wl_surface_create_swapchain;
wsi_common_x11.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 261 VkResult result = iface->create_swapchain(surface, _device,
  /external/mesa3d/src/intel/vulkan/
anv_wsi.c 273 VkResult result = iface->create_swapchain(surface, _device,

Completed in 478 milliseconds