Home
last modified time | relevance | path

Searched refs:GET_PROC_ADDRESS_REQUIRED (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkswapper.c152 #define GET_PROC_ADDRESS_REQUIRED(type, name) \ in _get_function_table() macro
162 GET_PROC_ADDRESS_REQUIRED (instance, GetPhysicalDeviceSurfaceSupportKHR); in _get_function_table()
163 GET_PROC_ADDRESS_REQUIRED (instance, GetPhysicalDeviceSurfaceCapabilitiesKHR); in _get_function_table()
164 GET_PROC_ADDRESS_REQUIRED (instance, GetPhysicalDeviceSurfaceFormatsKHR); in _get_function_table()
165 GET_PROC_ADDRESS_REQUIRED (instance, GetPhysicalDeviceSurfacePresentModesKHR); in _get_function_table()
166 GET_PROC_ADDRESS_REQUIRED (instance, DestroySurfaceKHR); in _get_function_table()
167 GET_PROC_ADDRESS_REQUIRED (device, CreateSwapchainKHR); in _get_function_table()
168 GET_PROC_ADDRESS_REQUIRED (device, DestroySwapchainKHR); in _get_function_table()
169 GET_PROC_ADDRESS_REQUIRED (device, GetSwapchainImagesKHR); in _get_function_table()
170 GET_PROC_ADDRESS_REQUIRED (device, AcquireNextImageKHR); in _get_function_table()
[all …]