Searched refs:ANGLEGLWindowContext_win (Results 1 – 1 of 1) sorted by relevance
39 class ANGLEGLWindowContext_win : public GLWindowContext { class41 ANGLEGLWindowContext_win(HWND, const DisplayParams&);42 ~ANGLEGLWindowContext_win() override;59 ANGLEGLWindowContext_win::ANGLEGLWindowContext_win(HWND wnd, const DisplayParams& params) in ANGLEGLWindowContext_win() function in __anon60f6d7920111::ANGLEGLWindowContext_win64 ANGLEGLWindowContext_win::~ANGLEGLWindowContext_win() { this->destroyContext(); } in ~ANGLEGLWindowContext_win()66 sk_sp<const GrGLInterface> ANGLEGLWindowContext_win::onInitializeContext() { in onInitializeContext()146 void ANGLEGLWindowContext_win::onDestroyContext() { in onDestroyContext()159 void ANGLEGLWindowContext_win::onSwapBuffers() { in onSwapBuffers()171 std::unique_ptr<WindowContext> ctx(new ANGLEGLWindowContext_win(wnd, params)); in MakeANGLEForWin()