Home
last modified time | relevance | path

Searched refs:DebuggerWaitDialogProc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function
55 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dglobal_state.cpp249 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function
289 ::DialogBoxIndirectA(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()