Home
last modified time | relevance | path

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

/external/skqp/tools/sk_app/win/
DGLWindowContext_win.cpp34 class GLWindowContext_win : public GLWindowContext { class
36 GLWindowContext_win(HWND, const DisplayParams&);
37 ~GLWindowContext_win() override;
52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() function in __anon46529ba20111::GLWindowContext_win
62 GLWindowContext_win::~GLWindowContext_win() { in ~GLWindowContext_win()
66 sk_sp<const GrGLInterface> GLWindowContext_win::onInitializeContext() { in onInitializeContext()
127 void GLWindowContext_win::onDestroyContext() { in onDestroyContext()
133 void GLWindowContext_win::onSwapBuffers() { in onSwapBuffers()
146 GLWindowContext_win* ctx = new GLWindowContext_win(wnd, params); in NewGLForWin()
/external/skia/tools/sk_app/win/
DGLWindowContext_win.cpp34 class GLWindowContext_win : public GLWindowContext { class
36 GLWindowContext_win(HWND, const DisplayParams&);
37 ~GLWindowContext_win() override;
52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() function in __anon0bd854ab0111::GLWindowContext_win
62 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()
/external/skia/
DBUILD.gn2231 "tools/sk_app/win/GLWindowContext_win.cpp",
/external/skqp/
DBUILD.gn2124 "tools/sk_app/win/GLWindowContext_win.cpp",