/frameworks/native/vulkan/libvulkan/ |
driver_gen.h | 63 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT;
|
debug_report.cpp | 136 driver.DestroyDebugReportCallbackEXT(instance, driver_handle, 148 void DestroyDebugReportCallbackEXT(VkInstance instance, 162 GetData(instance).driver.DestroyDebugReportCallbackEXT(
|
debug_report.h | 29 VKAPI_ATTR void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
|
driver_gen.cpp | 147 reinterpret_cast<PFN_vkVoidFunction>(DestroyDebugReportCallbackEXT), 333 INIT_PROC_EXT(EXT_debug_report, instance, DestroyDebugReportCallbackEXT);
|
/external/vulkan-validation-layers/loader/ |
debug_report.c | 166 inst->disp->DestroyDebugReportCallbackEXT(instance, callback, pAllocator); 223 icd->DestroyDebugReportCallbackEXT( 254 icd->DestroyDebugReportCallbackEXT(
|
loader.h | 221 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT;
|
table_ops.h | 577 table->DestroyDebugReportCallbackEXT = [all...] |
loader.c | 125 .DestroyDebugReportCallbackEXT = terminator_DestroyDebugReportCallback, [all...] |
/external/vulkan-validation-layers/include/vulkan/ |
vk_layer.h | 198 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT;
|
/external/vulkan-validation-layers/layers/ |
vk_layer_logging.h | 77 table->DestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT)gpa(inst, "vkDestroyDebugReportCallbackEXT");
|
threading.cpp | 292 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
|
device_limits.cpp | [all...] |
image.cpp | 100 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); [all...] |
swapchain.cpp | [all...] |
parameter_validation.cpp | 118 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); [all...] |
core_validation.cpp | [all...] |
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.cpp | 133 {"vkDestroyDebugReportCallbackEXT", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDebugReportCallbackEXT>(DestroyDebugReportCallbackEXT))},
|
null_driver_gen.h | 169 VKAPI_ATTR void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
|
null_driver.cpp | [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Shell.cpp | 70 vk::DestroyDebugReportCallbackEXT(ctx_.instance, ctx_.debug_report, nullptr);
|