Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
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()
/external/swiftshader/src/D3D9/
DD3D9.cpp105 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/
Dmain.cpp128 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function
161 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()