Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.cpp257 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/
Dmain.cpp129 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() function
162 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc); in WaitForDebugger()