Home
last modified time | relevance | path

Searched refs:GLWindowContext_win (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/viewer/sk_app/win/
DGLWindowContext_win.cpp22 class GLWindowContext_win : public GLWindowContext { class
24 GLWindowContext_win(HWND, const DisplayParams&);
25 ~GLWindowContext_win() override;
40 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() function in __anon76190d000111::GLWindowContext_win
50 GLWindowContext_win::~GLWindowContext_win() { in ~GLWindowContext_win()
54 void GLWindowContext_win::onInitializeContext() { in onInitializeContext()
113 void GLWindowContext_win::onDestroyContext() { in onDestroyContext()
119 void GLWindowContext_win::onSwapBuffers() { in onSwapBuffers()
132 GLWindowContext_win* ctx = new GLWindowContext_win(wnd, params); in NewGLForWin()
/external/skia/
DBUILD.gn1577 "tools/viewer/sk_app/win/GLWindowContext_win.cpp",