Home
last modified time | relevance | path

Searched refs:debugCallback (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp315 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 …]
DVkTestContext.cpp154 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()
DVkTestContext.h40 VkDebugReportCallbackEXT debugCallback, in VkTestContext() argument
46 , fDebugCallback(debugCallback) in VkTestContext()
DVkTestUtils.h33 VkDebugReportCallbackEXT* debugCallback,
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp330 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 …]
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() argument
118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
DVkTestContext.h40 VkDebugReportCallbackEXT debugCallback, in VkTestContext() argument
46 , fDebugCallback(debugCallback) in VkTestContext()
DVkTestUtils.h33 VkDebugReportCallbackEXT* debugCallback,
/third_party/mesa3d/src/egl/main/
Deglglobals.h74 EGLDEBUGPROCKHR debugCallback; member
Deglglobals.c107 .debugCallback = NULL,
Deglcurrent.c186 callback = _eglGlobal.debugCallback; in _eglDebugReport()
Deglapi.c2513 _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/
Dold.js36 callback = debugCallback;
42 function debugCallback(err) { function
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc72 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/
DglcSubgroupsTestsUtils.cpp45 void debugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, in debugCallback() function
/third_party/node/tools/
Dlint-md.mjs22960 callback = debugCallback;
22966 function debugCallback(err) { function