Searched refs:vkReleaseFullScreenExclusiveModeEXT (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_win32.h | 301 VKAPI_ATTR VkResult VKAPI_CALL vkReleaseFullScreenExclusiveModeEXT(
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_win32.h | 301 VKAPI_ATTR VkResult VKAPI_CALL vkReleaseFullScreenExclusiveModeEXT(
|
H A D | vulkan.hpp | 4876 VkResult vkReleaseFullScreenExclusiveModeEXT( VkDevice device, VkSwapchainKHR swapchain ) const VULKAN_HPP_NOEXCEPT 4878 return ::vkReleaseFullScreenExclusiveModeEXT( device, swapchain ); 11561 PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12814 vkReleaseFullScreenExclusiveModeEXT = PFN_vkReleaseFullScreenExclusiveModeEXT( 12815 vkGetInstanceProcAddr( instance, "vkReleaseFullScreenExclusiveModeEXT" ) ); 13733 vkReleaseFullScreenExclusiveModeEXT = 13734 PFN_vkReleaseFullScreenExclusiveModeEXT( vkGetDeviceProcAddr( device, "vkReleaseFullScreenExclusiveModeEXT" ) );
|
H A D | vulkan_raii.hpp | 1016 vkReleaseFullScreenExclusiveModeEXT = PFN_vkReleaseFullScreenExclusiveModeEXT( in init() 1017 vkGetDeviceProcAddr( device, "vkReleaseFullScreenExclusiveModeEXT" ) ); in init() 1823 PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 15079 getDispatcher()->vkReleaseFullScreenExclusiveModeEXT && in releaseFullScreenExclusiveModeEXT() 15080 "Function <vkReleaseFullScreenExclusiveModeEXT> needs extension <VK_EXT_full_screen_exclusive> enabled!" ); in releaseFullScreenExclusiveModeEXT() 15083 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkReleaseFullScreenExclusiveModeEXT( in releaseFullScreenExclusiveModeEXT()
|
H A D | vulkan_funcs.hpp | 16784 d.vkReleaseFullScreenExclusiveModeEXT( m_device, static_cast<VkSwapchainKHR>( swapchain ) ) ); 16793 d.vkReleaseFullScreenExclusiveModeEXT( m_device, static_cast<VkSwapchainKHR>( swapchain ) ) ); in releaseFullScreenExclusiveModeEXT() [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_win32.h | 301 VKAPI_ATTR VkResult VKAPI_CALL vkReleaseFullScreenExclusiveModeEXT(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_win32.h | 301 VKAPI_ATTR VkResult VKAPI_CALL vkReleaseFullScreenExclusiveModeEXT(
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_win32.h | 309 VKAPI_ATTR VkResult VKAPI_CALL vkReleaseFullScreenExclusiveModeEXT(
|
H A D | vulkan.hpp | 4450 VkResult vkReleaseFullScreenExclusiveModeEXT( VkDevice device, VkSwapchainKHR swapchain ) const VULKAN_HPP_NOEXCEPT 4452 return ::vkReleaseFullScreenExclusiveModeEXT( device, swapchain ); 17140 PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 18454 vkReleaseFullScreenExclusiveModeEXT = PFN_vkReleaseFullScreenExclusiveModeEXT( vkGetInstanceProcAddr( instance, "vkReleaseFullScreenExclusiveModeEXT" ) ); 19531 vkReleaseFullScreenExclusiveModeEXT = PFN_vkReleaseFullScreenExclusiveModeEXT( vkGetDeviceProcAddr( device, "vkReleaseFullScreenExclusiveModeEXT" ) );
|
H A D | vulkan_raii.hpp | 1293 vkReleaseFullScreenExclusiveModeEXT = PFN_vkReleaseFullScreenExclusiveModeEXT( vkGetDeviceProcAddr( device, "vkReleaseFullScreenExclusiveModeEXT" ) ); in DeviceDispatcher() 2258 PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher [all...] |
H A D | vulkan_funcs.hpp | [all...] |
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 303 PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT; member 761 extern PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT;
|
H A D | volk.c | 513 vkReleaseFullScreenExclusiveModeEXT = (PFN_vkReleaseFullScreenExclusiveModeEXT)load(context, "vkReleaseFullScreenExclusiveModeEXT"); in volkGenLoadDevice() 914 table->vkReleaseFullScreenExclusiveModeEXT = (PFN_vkReleaseFullScreenExclusiveModeEXT)load(context, "vkReleaseFullScreenExclusiveModeEXT"); in volkGenLoadDeviceTable() 1376 PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT; variable
|
Completed in 183 milliseconds