Searched refs:SWAPCHAIN (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/util/ |
H A D | intf_render_frame_util.h | 79 SWAPCHAIN, member in IRenderFrameUtil::BackBufferConfiguration::BackBufferType 94 * If backbufferType is SWAPCHAIN this handle is not used.
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | device.cpp | 609 ngbbc.backBufferType = NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN; in CreateSwapchainImpl() 680 if (ngbbc.backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in DestroySwapchainImpl()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | render_data_store_render_pods.h | 41 SWAPCHAIN, member in NodeGraphBackBufferConfiguration::BackBufferType 56 * If backbufferType is SWAPCHAIN this handle is not used.
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 121 namespace SWAPCHAIN { namespace 2033 } // namespace SWAPCHAIN 2045 return SWAPCHAIN::EnumerateInstanceExtensionProperties(pLayerName, pCount, pProperties); in vkEnumerateInstanceExtensionProperties() 2051 return SWAPCHAIN::EnumerateInstanceLayerProperties(pCount, pProperties); in vkEnumerateInstanceLayerProperties() 2057 return SWAPCHAIN::EnumerateDeviceLayerProperties(VK_NULL_HANDLE, pCount, pProperties); in vkEnumerateDeviceLayerProperties() 2063 return SWAPCHAIN::EnumerateDeviceExtensionProperties(VK_NULL_HANDLE, pLayerName, pCount, pProperties); in vkEnumerateDeviceExtensionProperties() 2068 return SWAPCHAIN::GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr() 2074 return SWAPCHAIN::GetInstanceProcAddr(instance, funcName); in vkGetInstanceProcAddr()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | renderer.cpp | 548 if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in RemapBackBufferHandle()
|
Completed in 7 milliseconds