Home
last modified time | relevance | path

Searched refs:debugCallback (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp330 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
347 VkDebugReportCallbackEXT* debugCallback, in destroy_instance()
349 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
351 grVkDestroyDebugReportCallbackEXT(inst, *debugCallback, nullptr); in destroy_instance()
352 *debugCallback = VK_NULL_HANDLE; in destroy_instance()
427 VkDebugReportCallbackEXT* debugCallback, in CreateVkBackendContext()
516 *debugCallback = VK_NULL_HANDLE; in CreateVkBackendContext()
537 grVkCreateDebugReportCallbackEXT(inst, &callbackCreateInfo, nullptr, debugCallback); in CreateVkBackendContext()
554 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
559 destroy_instance(getProc, inst, debugCallback, hasDebugExtensio in CreateVkBackendContext()
346 destroy_instance(GrVkGetProc getProc, VkInstance inst, VkDebugReportCallbackEXT* debugCallback, bool hasDebugExtension) destroy_instance() argument
423 CreateVkBackendContext(GrVkGetProc getProc, GrVkBackendContext* ctx, GrVkExtensions* extensions, VkPhysicalDeviceFeatures2* features, VkDebugReportCallbackEXT* debugCallback, uint32_t* presentQueueIndexPtr, CanPresentFn canPresent, bool isProtected) CreateVkBackendContext() argument
[all...]
H A DVkTestContext.cpp29 VkDebugReportCallbackEXT debugCallback = VK_NULL_HANDLE; in Create() local
55 features, &debugCallback)) { in Create()
61 if (debugCallback != VK_NULL_HANDLE) { in Create()
67 debugCallback, destroyCallback); in Create()
116 VkDebugReportCallbackEXT debugCallback, in VkTestContextImpl()
118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
114 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, VkPhysicalDeviceFeatures2* features, bool ownsContext, VkDebugReportCallbackEXT debugCallback, PFN_vkDestroyDebugReportCallbackEXT destroyCallback) VkTestContextImpl() argument
H A DVkTestContext.h40 VkDebugReportCallbackEXT debugCallback, in VkTestContext()
46 , fDebugCallback(debugCallback) in VkTestContext()
38 VkTestContext(const GrVkBackendContext& vk, const GrVkExtensions* extensions, const VkPhysicalDeviceFeatures2* features, bool ownsContext, VkDebugReportCallbackEXT debugCallback, PFN_vkDestroyDebugReportCallbackEXT destroyCallback) VkTestContext() argument
H A DVkTestUtils.h33 VkDebugReportCallbackEXT* debugCallback,
/third_party/mesa3d/src/egl/main/
H A Deglglobals.h74 EGLDEBUGPROCKHR debugCallback; member
H A Deglglobals.c107 .debugCallback = NULL,
H A Deglcurrent.c186 callback = _eglGlobal.debugCallback; in _eglDebugReport()
H A Deglapi.c2513 _eglGlobal.debugCallback = callback; in eglDebugMessageControlKHR()
2516 _eglGlobal.debugCallback = NULL; in eglDebugMessageControlKHR()
2542 *value = (EGLAttrib) _eglGlobal.debugCallback; in eglQueryDebugKHR()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc75 VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback(VkDebugReportFlagsEXT flag, in debugCallback() function
744 info.pfnCallback = debugCallback; in CreateDebugReportCallback()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp43 // gl.debugMessageCallback(debugCallback, &context);
45 void debugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, in debugCallback() function

Completed in 11 milliseconds