Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp906 # define GET_INSTANCE_FUNC(vkName) \ macro
922 GET_INSTANCE_FUNC(vkCreateDebugUtilsMessengerEXT); in InitDebugUtilsEXTFunctions()
923 GET_INSTANCE_FUNC(vkDestroyDebugUtilsMessengerEXT); in InitDebugUtilsEXTFunctions()
924 GET_INSTANCE_FUNC(vkCmdBeginDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
925 GET_INSTANCE_FUNC(vkCmdEndDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
926 GET_INSTANCE_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
931 GET_INSTANCE_FUNC(vkCreateDebugReportCallbackEXT); in InitDebugReportEXTFunctions()
932 GET_INSTANCE_FUNC(vkDestroyDebugReportCallbackEXT); in InitDebugReportEXTFunctions()
937 GET_INSTANCE_FUNC(vkGetPhysicalDeviceProperties2KHR); in InitGetPhysicalDeviceProperties2KHRFunctions()
938 GET_INSTANCE_FUNC(vkGetPhysicalDeviceFeatures2KHR); in InitGetPhysicalDeviceProperties2KHRFunctions()
[all …]