Searched refs:DebuggerWaitDialogProc (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Vulkan/ |
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()
|
/external/swiftshader/src/D3D9/ |
D | D3D9.cpp | 105 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function 138 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 128 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function 161 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()
|