Home
last modified time | relevance | path

Searched defs:hwnd (Results 1 - 25 of 51) sorted by relevance

123

/third_party/skia/tools/sk_app/win/
H A DVulkanWindowContext_win.cpp26 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND hwnd, const DisplayParams& params) { in MakeVulkanForWin() argument
H A DDawnD3D12WindowContext_win.cpp31 DawnD3D12WindowContext::DawnD3D12WindowContext(HWND hwnd, const DisplayParams& params) in DawnD3D12WindowContext() argument
60 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND hwnd, in MakeDawnD3D12ForWin() argument
H A DD3D12WindowContext_win.cpp68 D3D12WindowContext::D3D12WindowContext(HWND hwnd, const DisplayParams& params) in D3D12WindowContext() argument
244 std::unique_ptr<WindowContext> MakeD3D12ForWin(HWND hwnd, const DisplayParams& params) { in MakeD3D12ForWin() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWin32SurfaceKHR.hpp51 const HWND hwnd; member in vk::Win32SurfaceKHR
H A DWin32SurfaceKHR.cpp23 VkResult getWindowSize(HWND hwnd, VkExtent2D &windowSize) in getWindowSize() argument
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
H A Dmain.cpp31 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX10 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main() local
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
H A Dmain.cpp31 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main() local
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
H A Dmain.cpp29 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main() local
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/
H A Dmain.cpp44 HWND hwnd = (HWND)wmInfo.info.win.window; in main() local
/third_party/lame/dshow/
H A DPropPage_adv.cpp159 BOOL CMpegAudEncPropertyPageAdv::OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in OnReceiveMessage() argument
[all...]
H A DPropPage.cpp206 BOOL CMpegAudEncPropertyPage::OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in OnReceiveMessage() argument
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DListView.cpp107 static LRESULT APIENTRY ListViewSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in ListViewSubclassProc() argument
/third_party/ffmpeg/libavdevice/
H A Dvfwcap.c45 HWND hwnd; member
178 static LRESULT CALLBACK videostream_cb(HWND hwnd, LPVIDEOHDR vdhdr) in videostream_cb() argument
[all...]
H A Dgdigrab.c57 HWND hwnd; /**< Handle of the window for the grab */ member
87 gdigrab_region_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) in gdigrab_region_wnd_proc() argument
124 HWND hwnd; in gdigrab_region_wnd_init() local
208 HWND hwnd = gdigrab->region_hwnd; gdigrab_region_wnd_update() local
227 HWND hwnd; gdigrab_read_header() local
472 HWND hwnd = gdigrab->hwnd; paint_mouse_pointer() local
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dlayout.cpp47 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() argument
56 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() argument
78 HWND hwnd; in WinMain() local
123 LRESULT CALLBACK WndProc(HWND hwnd, UIN argument
[all...]
H A Dclayout.c49 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() argument
58 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() argument
80 HWND hwnd; in WinMain() local
125 LRESULT CALLBACK WndProc(HWND hwnd, UIN argument
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c54 stw_framebuffer_from_hwnd_locked(HWND hwnd) in stw_framebuffer_from_hwnd_locked() argument
422 HWND hwnd; in stw_framebuffer_from_hdc_locked() local
458 stw_framebuffer_from_hwnd(HWND hwnd) in stw_framebuffer_from_hwnd() argument
[all...]
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c96 HWND hwnd = CreateWindowExA(0, in windows_create_context() local
157 HWND hwnd = CreateWindowExA(0, in windows_create_context_attribs() local
311 HWND hwnd = CreateWindowExA(0, in windows_call_with_context() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.cpp257 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
H A Dmain.cpp66 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX12 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main() local
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A DPngFile.c50 void PngFileInitialize (HWND hwnd) in PngFileInitialize() argument
77 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileOpenDlg() argument
87 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileSaveDlg() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dclayout.c48 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() argument
57 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() argument
79 HWND hwnd; in WinMain() local
124 LRESULT CALLBACK WndProc(HWND hwnd, UIN argument
[all...]
H A Dlayout.cpp47 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() argument
56 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() argument
78 HWND hwnd; in WinMain() local
123 LRESULT CALLBACK WndProc(HWND hwnd, UIN argument
[all...]
/third_party/lzma/CPP/Windows/
H A DShell.cpp661 static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() argument
757 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2() argument

Completed in 12 milliseconds

123