/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 315 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \ 332 VkDebugReportCallbackEXT* debugCallback, in destroy_instance() argument 334 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance() 336 grVkDestroyDebugReportCallbackEXT(inst, *debugCallback, nullptr); in destroy_instance() 337 *debugCallback = VK_NULL_HANDLE; in destroy_instance() 412 VkDebugReportCallbackEXT* debugCallback, in CreateVkBackendContext() argument 501 *debugCallback = VK_NULL_HANDLE; in CreateVkBackendContext() 522 grVkCreateDebugReportCallbackEXT(inst, &callbackCreateInfo, nullptr, debugCallback); in CreateVkBackendContext() 539 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext() 544 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext() [all …]
|
D | VkTestContext.cpp | 154 VkDebugReportCallbackEXT debugCallback = VK_NULL_HANDLE; in Create() local 180 features, &debugCallback)) { in Create() 186 if (debugCallback != VK_NULL_HANDLE) { in Create() 192 debugCallback, destroyCallback); in Create() 244 VkDebugReportCallbackEXT debugCallback, in VkTestContextImpl() argument 246 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
|
D | VkTestContext.h | 40 VkDebugReportCallbackEXT debugCallback, in VkTestContext() argument 46 , fDebugCallback(debugCallback) in VkTestContext()
|
D | VkTestUtils.h | 33 VkDebugReportCallbackEXT* debugCallback,
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 330 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \ 347 VkDebugReportCallbackEXT* debugCallback, in destroy_instance() argument 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() argument 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, hasDebugExtension); in CreateVkBackendContext() [all …]
|
D | VkTestContext.cpp | 29 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() argument 118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
|
D | VkTestContext.h | 40 VkDebugReportCallbackEXT debugCallback, in VkTestContext() argument 46 , fDebugCallback(debugCallback) in VkTestContext()
|
D | VkTestUtils.h | 33 VkDebugReportCallbackEXT* debugCallback,
|
/third_party/mesa3d/src/egl/main/ |
D | eglglobals.h | 74 EGLDEBUGPROCKHR debugCallback; member
|
D | eglglobals.c | 107 .debugCallback = NULL,
|
D | eglcurrent.c | 186 callback = _eglGlobal.debugCallback; in _eglDebugReport()
|
D | eglapi.c | 2513 _eglGlobal.debugCallback = callback; in eglDebugMessageControlKHR() 2516 _eglGlobal.debugCallback = NULL; in eglDebugMessageControlKHR() 2542 *value = (EGLAttrib) _eglGlobal.debugCallback; in eglQueryDebugKHR()
|
/third_party/node/deps/npm/node_modules/fs.realpath/ |
D | old.js | 36 callback = debugCallback; 42 function debugCallback(err) { function
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 72 VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback(VkDebugReportFlagsEXT flag, in debugCallback() function 741 info.pfnCallback = debugCallback; in CreateDebugReportCallback()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 45 void debugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, in debugCallback() function
|
/third_party/node/tools/ |
D | lint-md.mjs | 22960 callback = debugCallback; 22966 function debugCallback(err) { function
|