Searched refs:INIT_PROC_EXT (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 632 #define INIT_PROC_EXT(ext, required, obj, proc) \ macro 651 INIT_PROC_EXT(EXT_debug_report, true, instance, CreateDebugReportCallbackEXT); in InitDriverTable() 652 INIT_PROC_EXT(EXT_debug_report, true, instance, DestroyDebugReportCallbackEXT); in InitDriverTable() 653 INIT_PROC_EXT(EXT_debug_report, true, instance, DebugReportMessageEXT); in InitDriverTable() 655 … INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceFeatures2KHR); in InitDriverTable() 657 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceProperties2KHR… in InitDriverTable() 659 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceFormatProperti… in InitDriverTable() 661 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceImageFormatPro… in InitDriverTable() 663 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceQueueFamilyPro… in InitDriverTable() 665 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceMemoryProperti… in InitDriverTable() [all …]
|
D | api_gen.cpp | 45 #define INIT_PROC_EXT(ext, required, obj, proc) \ macro 164 INIT_PROC_EXT(KHR_android_surface, true, instance, CreateAndroidSurfaceKHR); in InitDispatchTable() 165 INIT_PROC_EXT(KHR_surface, true, instance, DestroySurfaceKHR); in InitDispatchTable() 166 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceSupportKHR); in InitDispatchTable() 167 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceCapabilitiesKHR); in InitDispatchTable() 168 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceFormatsKHR); in InitDispatchTable() 169 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfacePresentModesKHR); in InitDispatchTable() 181 INIT_PROC_EXT(KHR_swapchain, false, instance, GetPhysicalDevicePresentRectanglesKHR); in InitDispatchTable() 318 INIT_PROC_EXT(KHR_swapchain, true, dev, CreateSwapchainKHR); in InitDispatchTable() 319 INIT_PROC_EXT(KHR_swapchain, true, dev, DestroySwapchainKHR); in InitDispatchTable() [all …]
|