Searched refs:GLWindowContext_win (Results 1 – 4 of 4) sorted by relevance
34 class GLWindowContext_win : public GLWindowContext { class36 GLWindowContext_win(HWND, const DisplayParams&);37 ~GLWindowContext_win() override;52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() function in __anon0762f5760111::GLWindowContext_win62 GLWindowContext_win::~GLWindowContext_win() { in ~GLWindowContext_win()66 sk_sp<const GrGLInterface> GLWindowContext_win::onInitializeContext() { in onInitializeContext()131 void GLWindowContext_win::onDestroyContext() { in onDestroyContext()137 void GLWindowContext_win::onSwapBuffers() { in onSwapBuffers()150 std::unique_ptr<WindowContext> ctx(new GLWindowContext_win(wnd, params)); in MakeGLForWin()
34 class GLWindowContext_win : public GLWindowContext { class36 GLWindowContext_win(HWND, const DisplayParams&);37 ~GLWindowContext_win() override;52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() function in __anon8193022b0111::GLWindowContext_win62 GLWindowContext_win::~GLWindowContext_win() { in ~GLWindowContext_win()66 sk_sp<const GrGLInterface> GLWindowContext_win::onInitializeContext() { in onInitializeContext()131 void GLWindowContext_win::onDestroyContext() { in onDestroyContext()137 void GLWindowContext_win::onSwapBuffers() { in onSwapBuffers()150 std::unique_ptr<WindowContext> ctx(new GLWindowContext_win(wnd, params)); in MakeGLForWin()
2184 "tools/sk_app/win/GLWindowContext_win.cpp",
2743 sources += [ "tools/sk_app/win/GLWindowContext_win.cpp" ]