Home
last modified time | relevance | path

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

/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp307 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
324 VkDebugReportCallbackEXT* debugCallback, in destroy_instance() argument
326 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
328 grVkDestroyDebugReportCallbackEXT(inst, *debugCallback, nullptr); in destroy_instance()
329 *debugCallback = VK_NULL_HANDLE; in destroy_instance()
383 VkDebugReportCallbackEXT* debugCallback, in CreateVkBackendContext() argument
466 *debugCallback = VK_NULL_HANDLE; in CreateVkBackendContext()
487 grVkCreateDebugReportCallbackEXT(inst, &callbackCreateInfo, nullptr, debugCallback); in CreateVkBackendContext()
504 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
509 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,
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp311 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
328 VkDebugReportCallbackEXT* debugCallback, in destroy_instance() argument
330 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
332 grVkDestroyDebugReportCallbackEXT(inst, *debugCallback, nullptr); in destroy_instance()
333 *debugCallback = VK_NULL_HANDLE; in destroy_instance()
387 VkDebugReportCallbackEXT* debugCallback, in CreateVkBackendContext() argument
470 *debugCallback = VK_NULL_HANDLE; in CreateVkBackendContext()
491 grVkCreateDebugReportCallbackEXT(inst, &callbackCreateInfo, nullptr, debugCallback); in CreateVkBackendContext()
508 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
513 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,
/external/mesa3d/src/egl/main/
Deglglobals.h70 EGLDEBUGPROCKHR debugCallback; member
Deglglobals.c84 .debugCallback = NULL,
Deglcurrent.c309 callback = _eglGlobal.debugCallback; in _eglDebugReport()
Deglapi.c2437 _eglGlobal.debugCallback = callback; in eglDebugMessageControlKHR()
2440 _eglGlobal.debugCallback = NULL; in eglDebugMessageControlKHR()
2466 *value = (EGLAttrib) _eglGlobal.debugCallback; in eglQueryDebugKHR()