Searched refs:GLWindowContext_win (Results 1 – 2 of 2) sorted by relevance
22 class GLWindowContext_win : public GLWindowContext { class24 GLWindowContext_win(HWND, const DisplayParams&);25 ~GLWindowContext_win() override;38 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() function in __anon70b4fca10111::GLWindowContext_win48 GLWindowContext_win::~GLWindowContext_win() { in ~GLWindowContext_win()52 void GLWindowContext_win::onInitializeContext() { in onInitializeContext()111 void GLWindowContext_win::onDestroyContext() { in onDestroyContext()117 void GLWindowContext_win::onSwapBuffers() { in onSwapBuffers()130 GLWindowContext_win* ctx = new GLWindowContext_win(wnd, params); in NewGLForWin()
1430 "tools/viewer/sk_app/win/GLWindowContext_win.cpp",