Home
last modified time | relevance | path

Searched refs:GLWindowContext (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/viewer/sk_app/
DGLWindowContext.cpp25 GLWindowContext::GLWindowContext(const DisplayParams& params) in GLWindowContext() function in sk_app::GLWindowContext
35 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()
DGLWindowContext.h23 class GLWindowContext : public WindowContext {
39 GLWindowContext(const DisplayParams&);
/external/skia/tools/viewer/sk_app/mac/
DGLWindowContext_mac.cpp18 using sk_app::GLWindowContext;
22 class GLWindowContext_mac : public GLWindowContext {
37 typedef GLWindowContext INHERITED;
DRasterWindowContext_mac.cpp21 using sk_app::GLWindowContext;
30 class RasterWindowContext_mac : public GLWindowContext {
48 typedef GLWindowContext INHERITED;
/external/skia/tools/viewer/sk_app/win/
DGLWindowContext_win.cpp17 using sk_app::GLWindowContext;
22 class GLWindowContext_win : public GLWindowContext {
39 : GLWindowContext(params) in GLWindowContext_win()
/external/skia/tools/viewer/sk_app/unix/
DGLWindowContext_unix.cpp16 using sk_app::GLWindowContext;
20 class GLWindowContext_xlib : public GLWindowContext {
43 : GLWindowContext(params) in GLWindowContext_xlib()
/external/skia/tools/viewer/sk_app/android/
DGLWindowContext_android.cpp15 using sk_app::GLWindowContext;
19 class GLWindowContext_android : public GLWindowContext {
42 : GLWindowContext(params) in GLWindowContext_android()
/external/skia/
DBUILD.gn1407 "tools/viewer/sk_app/GLWindowContext.cpp",