Searched refs:GLWindowContext (Results 1 – 8 of 8) sorted by relevance
25 GLWindowContext::GLWindowContext(const DisplayParams& params) in GLWindowContext() function in sk_app::GLWindowContext35 void GLWindowContext::initializeContext() { in initializeContext()58 void GLWindowContext::destroyContext() { in destroyContext()73 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface()96 void GLWindowContext::swapBuffers() { in swapBuffers()100 void GLWindowContext::resize(int w, int h) { in resize()105 void GLWindowContext::setDisplayParams(const DisplayParams& params) { in setDisplayParams()
23 class GLWindowContext : public WindowContext {39 GLWindowContext(const DisplayParams&);
18 using sk_app::GLWindowContext;22 class GLWindowContext_mac : public GLWindowContext {37 typedef GLWindowContext INHERITED;
21 using sk_app::GLWindowContext;30 class RasterWindowContext_mac : public GLWindowContext {48 typedef GLWindowContext INHERITED;
17 using sk_app::GLWindowContext;22 class GLWindowContext_win : public GLWindowContext {39 : GLWindowContext(params) in GLWindowContext_win()
16 using sk_app::GLWindowContext;20 class GLWindowContext_xlib : public GLWindowContext {43 : GLWindowContext(params) in GLWindowContext_xlib()
15 using sk_app::GLWindowContext;19 class GLWindowContext_android : public GLWindowContext {42 : GLWindowContext(params) in GLWindowContext_android()
1407 "tools/viewer/sk_app/GLWindowContext.cpp",