Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/win/
DWindowContextFactory_win.h27 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND, const DisplayParams&);
DANGLEWindowContext_win.cpp170 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND wnd, const DisplayParams& params) { in MakeANGLEForWin() function
DWindow_win.cpp361 window_context_factory::MakeANGLEForWin(fHWnd, fRequestedDisplayParams); in attach()