Jesse Hall | 1f91d39 | 2015-12-11 16:28:44 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
Jesse Hall | 0a40209 | 2016-02-01 14:43:47 -0800 | [diff] [blame] | 17 | // WARNING: This file is generated. See ../README.md for instructions. |
| 18 | |
Jesse Hall | 1f91d39 | 2015-12-11 16:28:44 -0800 | [diff] [blame] | 19 | #include <vulkan/vk_android_native_buffer.h> |
| 20 | #include <vulkan/vulkan.h> |
| 21 | |
| 22 | namespace vulkan { |
| 23 | |
Jesse Hall | 1f91d39 | 2015-12-11 16:28:44 -0800 | [diff] [blame] | 24 | struct DriverDispatchTable { |
| 25 | // clang-format off |
| 26 | PFN_vkDestroyInstance DestroyInstance; |
| 27 | PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices; |
| 28 | PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; |
| 29 | PFN_vkGetPhysicalDeviceQueueFamilyProperties GetPhysicalDeviceQueueFamilyProperties; |
| 30 | PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; |
| 31 | PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; |
| 32 | PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; |
| 33 | PFN_vkGetPhysicalDeviceImageFormatProperties GetPhysicalDeviceImageFormatProperties; |
| 34 | PFN_vkCreateDevice CreateDevice; |
Jesse Hall | 1f91d39 | 2015-12-11 16:28:44 -0800 | [diff] [blame] | 35 | PFN_vkEnumerateDeviceExtensionProperties EnumerateDeviceExtensionProperties; |
| 36 | PFN_vkGetPhysicalDeviceSparseImageFormatProperties GetPhysicalDeviceSparseImageFormatProperties; |
Jesse Hall | 715b86a | 2016-01-16 16:34:29 -0800 | [diff] [blame] | 37 | PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; |
| 38 | PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; |
| 39 | PFN_vkDebugReportMessageEXT DebugReportMessageEXT; |
Jesse Hall | 1f91d39 | 2015-12-11 16:28:44 -0800 | [diff] [blame] | 40 | PFN_vkGetDeviceProcAddr GetDeviceProcAddr; |
Chia-I Wu | 0c20324 | 2016-03-15 13:44:51 +0800 | [diff] [blame] | 41 | PFN_vkDestroyDevice DestroyDevice; |
| 42 | PFN_vkGetDeviceQueue GetDeviceQueue; |
| 43 | PFN_vkAllocateCommandBuffers AllocateCommandBuffers; |
Jesse Hall | 1f91d39 | 2015-12-11 16:28:44 -0800 | [diff] [blame] | 44 | PFN_vkCreateImage CreateImage; |
| 45 | PFN_vkDestroyImage DestroyImage; |
| 46 | PFN_vkGetSwapchainGrallocUsageANDROID GetSwapchainGrallocUsageANDROID; |
| 47 | PFN_vkAcquireImageANDROID AcquireImageANDROID; |
| 48 | PFN_vkQueueSignalReleaseImageANDROID QueueSignalReleaseImageANDROID; |
| 49 | // clang-format on |
| 50 | }; |
| 51 | |
| 52 | } // namespace vulkan |