Searched refs:vkGetDeviceGroupSurfacePresentModes2EXT (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_win32.h | 305 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModes2EXT(
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_win32.h | 305 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModes2EXT(
|
H A D | vulkan.hpp | 4882 vkGetDeviceGroupSurfacePresentModes2EXT( VkDevice device, 4886 return ::vkGetDeviceGroupSurfacePresentModes2EXT( device, pSurfaceInfo, pModes ); 11562 PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12816 vkGetDeviceGroupSurfacePresentModes2EXT = PFN_vkGetDeviceGroupSurfacePresentModes2EXT( 12817 vkGetInstanceProcAddr( instance, "vkGetDeviceGroupSurfacePresentModes2EXT" ) ); 13735 vkGetDeviceGroupSurfacePresentModes2EXT = PFN_vkGetDeviceGroupSurfacePresentModes2EXT( 13736 vkGetDeviceProcAddr( device, "vkGetDeviceGroupSurfacePresentModes2EXT" ) );
|
H A D | vulkan_raii.hpp | 1018 vkGetDeviceGroupSurfacePresentModes2EXT = PFN_vkGetDeviceGroupSurfacePresentModes2EXT( in init() 1019 vkGetDeviceProcAddr( device, "vkGetDeviceGroupSurfacePresentModes2EXT" ) ); in init() 1824 PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 15096 getDispatcher()->vkGetDeviceGroupSurfacePresentModes2EXT && in getGroupSurfacePresentModes2EXT() 15097 "Function <vkGetDeviceGroupSurfacePresentModes2EXT> needs extension <VK_EXT_full_screen_exclusive> enabled!" ); in getGroupSurfacePresentModes2EXT() 15101 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetDeviceGroupSurfacePresentModes2EXT( in getGroupSurfacePresentModes2EXT()
|
H A D | vulkan_funcs.hpp | 16805 return static_cast<Result>( d.vkGetDeviceGroupSurfacePresentModes2EXT( 16820 Result result = static_cast<Result>( d.vkGetDeviceGroupSurfacePresentModes2EXT( in getGroupSurfacePresentModes2EXT() [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_win32.h | 305 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModes2EXT(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_win32.h | 305 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModes2EXT(
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_win32.h | 313 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModes2EXT(
|
H A D | vulkan.hpp | 4455 VkResult vkGetDeviceGroupSurfacePresentModes2EXT( VkDevice device, 4459 return ::vkGetDeviceGroupSurfacePresentModes2EXT( device, pSurfaceInfo, pModes ); 17141 PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 18455 vkGetDeviceGroupSurfacePresentModes2EXT = 18456 PFN_vkGetDeviceGroupSurfacePresentModes2EXT( vkGetInstanceProcAddr( instance, "vkGetDeviceGroupSurfacePresentModes2EXT" ) ); 19532 vkGetDeviceGroupSurfacePresentModes2EXT = 19533 PFN_vkGetDeviceGroupSurfacePresentModes2EXT( vkGetDeviceProcAddr( device, "vkGetDeviceGroupSurfacePresentModes2EXT" ) );
|
H A D | vulkan_raii.hpp | 1294 vkGetDeviceGroupSurfacePresentModes2EXT = in DeviceDispatcher() 1295 PFN_vkGetDeviceGroupSurfacePresentModes2EXT( vkGetDeviceProcAddr( device, "vkGetDeviceGroupSurfacePresentModes2EXT" ) ); in DeviceDispatcher() 2259 PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT = 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 | 498 PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT; member 1059 extern PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT;
|
H A D | volk.c | 708 vkGetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT)load(context, "vkGetDeviceGroupSurfacePresentModes2EXT"); in volkGenLoadDevice() 1109 table->vkGetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT)load(context, "vkGetDeviceGroupSurfacePresentModes2EXT"); in volkGenLoadDeviceTable() 1674 PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT; variable
|
Completed in 200 milliseconds