Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/util/
H A Dintf_render_frame_util.h79 SWAPCHAIN, in RENDER_BEGIN_NAMESPACE() enumerator
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp121 namespace SWAPCHAIN { namespace
2047 return SWAPCHAIN::EnumerateInstanceExtensionProperties(pLayerName, pCount, pProperties); in vkEnumerateInstanceExtensionProperties()
2053 return SWAPCHAIN::EnumerateInstanceLayerProperties(pCount, pProperties); in vkEnumerateInstanceLayerProperties()
2059 return SWAPCHAIN::EnumerateDeviceLayerProperties(VK_NULL_HANDLE, pCount, pProperties); in vkEnumerateDeviceLayerProperties()
2065 …return SWAPCHAIN::EnumerateDeviceExtensionProperties(VK_NULL_HANDLE, pLayerName, pCount, pProperti… in vkEnumerateDeviceExtensionProperties()
2070 return SWAPCHAIN::GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
2076 return SWAPCHAIN::GetInstanceProcAddr(instance, funcName); in vkGetInstanceProcAddr()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h41 SWAPCHAIN, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp548 if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in RemapBackBufferHandle()