Searched refs:ReleaseFullScreenExclusiveModeEXT (Results 1 – 7 of 7) sorted by relevance
633 PFN_vkReleaseFullScreenExclusiveModeEXT ReleaseFullScreenExclusiveModeEXT; member
842 …table->ReleaseFullScreenExclusiveModeEXT = (PFN_vkReleaseFullScreenExclusiveModeEXT) gpa(device, "… in layer_init_device_dispatch_table()843 …if (table->ReleaseFullScreenExclusiveModeEXT == nullptr) { table->ReleaseFullScreenExclusiveModeEX… in layer_init_device_dispatch_table()
6704 …if (!wrap_handles) return layer_data->device_dispatch_table.ReleaseFullScreenExclusiveModeEXT(devi… in DispatchReleaseFullScreenExclusiveModeEXT()6708 …VkResult result = layer_data->device_dispatch_table.ReleaseFullScreenExclusiveModeEXT(device, swap… in DispatchReleaseFullScreenExclusiveModeEXT()
9143 VKAPI_ATTR VkResult VKAPI_CALL ReleaseFullScreenExclusiveModeEXT( in ReleaseFullScreenExclusiveModeEXT() function9692 {"vkReleaseFullScreenExclusiveModeEXT", {false, (void*)ReleaseFullScreenExclusiveModeEXT}},
2321 VKAPI_ATTR VkResult VKAPI_CALL ReleaseFullScreenExclusiveModeEXT(
857 PFN_vkReleaseFullScreenExclusiveModeEXT ReleaseFullScreenExclusiveModeEXT; member
4880 …table->ReleaseFullScreenExclusiveModeEXT = (PFN_vkReleaseFullScreenExclusiveModeEXT) gpa(device, "… in vk_load_device_commands()