Searched refs:DebuggerWaitDialogProc (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | global_state.cpp | 257 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function 297 ::DialogBoxIndirectA(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| D | main.cpp | 129 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function 162 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()
|