Searched refs:DebuggerWaitDialogProc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | main.cpp | 22 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 D | global_state.cpp | 249 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function 289 ::DialogBoxIndirectA(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()
|