Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1073 # define GET_INSTANCE_FUNC(vkName) \ macro
1092 GET_INSTANCE_FUNC(vkCreateDebugUtilsMessengerEXT); in InitDebugUtilsEXTFunctions()
1093 GET_INSTANCE_FUNC(vkDestroyDebugUtilsMessengerEXT); in InitDebugUtilsEXTFunctions()
1094 GET_INSTANCE_FUNC(vkCmdBeginDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
1095 GET_INSTANCE_FUNC(vkCmdEndDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
1096 GET_INSTANCE_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
1101 GET_INSTANCE_FUNC(vkCreateDebugReportCallbackEXT); in InitDebugReportEXTFunctions()
1102 GET_INSTANCE_FUNC(vkDestroyDebugReportCallbackEXT); in InitDebugReportEXTFunctions()
1107 GET_INSTANCE_FUNC(vkGetPhysicalDeviceProperties2KHR); in InitGetPhysicalDeviceProperties2KHRFunctions()
1108 GET_INSTANCE_FUNC(vkGetPhysicalDeviceFeatures2KHR); in InitGetPhysicalDeviceProperties2KHRFunctions()
[all …]