HomeSort by relevance Sort by last modified time
    Searched refs:debugReportMessageEXT (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkInstanceFunctionPointers.inl 52 DebugReportMessageEXTFunc debugReportMessageEXT;
vkInitInstanceFunctionPointers.inl 52 m_vk.debugReportMessageEXT = (DebugReportMessageEXTFunc) GET_PROC_ADDR("vkDebugReportMessageEXT");
vkInstanceDriverImpl.inl 245 void InstanceDriver::debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const
247 m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
vkConcreteInstanceInterface.inl 52 virtual void debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const;
vkVirtualInstanceInterface.inl 52 virtual void debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const = 0;
vkNullDriverImpl.inl     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 84 milliseconds