Home
last modified time | relevance | path

Searched refs:ReleaseFullScreenExclusiveModeEXT (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h874 PFN_vkReleaseFullScreenExclusiveModeEXT ReleaseFullScreenExclusiveModeEXT; member
H A Dvk_dispatch_table_helper.h494 table->ReleaseFullScreenExclusiveModeEXT = in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c915 table->ReleaseFullScreenExclusiveModeEXT = (PFN_vkReleaseFullScreenExclusiveModeEXT)gdpa(dev, "vkReleaseFullScreenExclusiveModeEXT"); in loader_init_device_extension_dispatch_table()
2686 if (!strcmp(name, "ReleaseFullScreenExclusiveModeEXT")) return (void *)table->ReleaseFullScreenExclusiveModeEXT; in loader_lookup_device_dispatch_table()
6961 VKAPI_ATTR VkResult VKAPI_CALL ReleaseFullScreenExclusiveModeEXT( in ReleaseFullScreenExclusiveModeEXT() function
6971 return disp->ReleaseFullScreenExclusiveModeEXT(device, swapchain); in ReleaseFullScreenExclusiveModeEXT()
11031 *addr = (void *)ReleaseFullScreenExclusiveModeEXT; in extension_instance_gpa()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h494 table->ReleaseFullScreenExclusiveModeEXT = in layer_init_device_dispatch_table()

Completed in 25 milliseconds