Searched refs:MakeDebugUtilsLabel (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | CommandGraph.cpp | 171 void MakeDebugUtilsLabel(GLenum source, const char *marker, VkDebugUtilsLabelEXT *label) in MakeDebugUtilsLabel() function 752 MakeDebugUtilsLabel(mDebugMarkerSource, mDebugMarker.c_str(), &label); in visitAndExecute() 764 MakeDebugUtilsLabel(mDebugMarkerSource, mDebugMarker.c_str(), &label); in visitAndExecute()
|
H A D | vk_utils.cpp | 760 void MakeDebugUtilsLabel(GLenum source, const char *marker, VkDebugUtilsLabelEXT *label) in MakeDebugUtilsLabel() function
|
H A D | vk_utils.h | 1198 void MakeDebugUtilsLabel(GLenum source, const char *marker, VkDebugUtilsLabelEXT *label);
|
H A D | ContextVk.cpp | 4755 vk::MakeDebugUtilsLabel(source, marker, &label); in insertEventMarkerImpl() 4798 vk::MakeDebugUtilsLabel(source, message, &label); in pushDebugGroupImpl()
|