Home
last modified time | relevance | path

Searched refs:GetPlatformSurfaceName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_vk.h43 const char* GetPlatformSurfaceName();
H A Dplatform_vk.cpp51 const char* GetPlatformSurfaceName() in GetPlatformSurfaceName() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_vk.h43 const char* GetPlatformSurfaceName();
H A Dplatform_vk.cpp44 const char* GetPlatformSurfaceName() in GetPlatformSurfaceName() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_vk.h42 const char* GetPlatformSurfaceName();
H A Dplatform_vk.cpp43 const char* GetPlatformSurfaceName() in GetPlatformSurfaceName() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_vk.h44 inline const char* GetPlatformSurfaceName() in GetPlatformSurfaceName() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp259 vector<const char*> extensions = { VK_KHR_SURFACE_EXTENSION_NAME, GetPlatformSurfaceName() }; in CreateInstance()