Searched defs:msgCallback (Results 1 - 18 of 18) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/loader/
H A Dvk_loader_layer.h26 VkDebugReportCallbackEXT msgCallback; member in struct:VkLayerDbgFunctionNode_
/prebuilts/ndk/r16/sources/third_party/vulkan/src/loader/
H A Dvk_loader_layer.h26 VkDebugReportCallbackEXT msgCallback; member in struct:VkLayerDbgFunctionNode_
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp406 VkDebugReportCallbackEXT msgCallback,
408 threading::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
405 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
H A Dunique_objects.cpp684 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
686 unique_objects::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dimage.cpp100 VkDebugReportCallbackEXT msgCallback,
103 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
104 layer_destroy_msg_callback(my_data->report_data, msgCallback, pAllocator);
1541 VkDebugReportCallbackEXT msgCallback,
1543 image::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
99 DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
1540 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
H A Dswapchain.cpp2274 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
2277 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
2279 layer_destroy_msg_callback(my_data->report_data, msgCallback, pAllocator);
2510 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
2512 swapchain::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dobject_tracker.cpp2987 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
2990 pInstanceTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
2992 layer_destroy_msg_callback(instance_data->report_data, msgCallback, pAllocator);
2993 DestroyObject(instance, msgCallback, VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT, pAllocator);
4152 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
4154 object_tracker::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dparameter_validation.cpp131 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
134 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
137 layer_destroy_msg_callback(data->report_data, msgCallback, pAllocator);
5530 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
5532 parameter_validation::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dcore_validation.cpp11800 VkDebugReportCallbackEXT msgCallback,
11803 instance_data->dispatch_table.DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
11805 layer_destroy_msg_callback(instance_data->report_data, msgCallback, pAllocator);
12158 VkDebugReportCallbackEXT msgCallback,
12160 core_validation::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
11799 DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
12157 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp406 VkDebugReportCallbackEXT msgCallback,
408 threading::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
405 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
H A Dunique_objects.cpp684 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
686 unique_objects::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dimage.cpp100 VkDebugReportCallbackEXT msgCallback,
103 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
104 layer_destroy_msg_callback(my_data->report_data, msgCallback, pAllocator);
1541 VkDebugReportCallbackEXT msgCallback,
1543 image::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
99 DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
1540 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
H A Dswapchain.cpp2274 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
2277 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
2279 layer_destroy_msg_callback(my_data->report_data, msgCallback, pAllocator);
2510 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
2512 swapchain::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dobject_tracker.cpp2987 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
2990 pInstanceTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
2992 layer_destroy_msg_callback(instance_data->report_data, msgCallback, pAllocator);
2993 DestroyObject(instance, msgCallback, VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT, pAllocator);
4152 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
4154 object_tracker::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dparameter_validation.cpp131 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
134 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
137 layer_destroy_msg_callback(data->report_data, msgCallback, pAllocator);
5530 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, argument
5532 parameter_validation::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
H A Dcore_validation.cpp11800 VkDebugReportCallbackEXT msgCallback,
11803 instance_data->dispatch_table.DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
11805 layer_destroy_msg_callback(instance_data->report_data, msgCallback, pAllocator);
12158 VkDebugReportCallbackEXT msgCallback,
12160 core_validation::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
11799 DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
12157 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.cpp1135 VkDebugReportCallbackEXT msgCallback,
1139 inst->layer_disp.DestroyDebugReportCallbackEXT(vk_inst, msgCallback, pAllocator);
1134 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.cpp1135 VkDebugReportCallbackEXT msgCallback,
1139 inst->layer_disp.DestroyDebugReportCallbackEXT(vk_inst, msgCallback, pAllocator);
1134 vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT msgCallback, const VkAllocationCallbacks *pAllocator) argument

Completed in 743 milliseconds