blob: ca31caf553a328d7b2b4529f5ac7864ed1c8b907 [file] [log] [blame]
Jesse Hall1f91d392015-12-11 16:28:44 -08001/*
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 Hall0a402092016-02-01 14:43:47 -080017// WARNING: This file is generated. See ../README.md for instructions.
18
Jesse Hall1f91d392015-12-11 16:28:44 -080019#include <vulkan/vk_android_native_buffer.h>
20#include <vulkan/vulkan.h>
21
22namespace vulkan {
23
Jesse Hall1f91d392015-12-11 16:28:44 -080024struct 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 Hall1f91d392015-12-11 16:28:44 -080035 PFN_vkEnumerateDeviceExtensionProperties EnumerateDeviceExtensionProperties;
36 PFN_vkGetPhysicalDeviceSparseImageFormatProperties GetPhysicalDeviceSparseImageFormatProperties;
Jesse Hall715b86a2016-01-16 16:34:29 -080037 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT;
38 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT;
39 PFN_vkDebugReportMessageEXT DebugReportMessageEXT;
Jesse Hall1f91d392015-12-11 16:28:44 -080040 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
Chia-I Wu0c203242016-03-15 13:44:51 +080041 PFN_vkDestroyDevice DestroyDevice;
42 PFN_vkGetDeviceQueue GetDeviceQueue;
43 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
Jesse Hall1f91d392015-12-11 16:28:44 -080044 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