Home
last modified time | relevance | path

Searched refs:SWAPCHAIN (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/util/
H A Dintf_render_frame_util.h79 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 Ddevice.cpp609 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 Drender_data_store_render_pods.h41 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 Dswapchain_layer.cpp121 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 Drenderer.cpp548 if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in RemapBackBufferHandle()

Completed in 7 milliseconds