Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/mac/
DGLWindowContext_mac.cpp22 class GLWindowContext_mac : public GLWindowContext { class
24 GLWindowContext_mac(const MacWindowInfo&, const DisplayParams&);
26 ~GLWindowContext_mac() override;
40 GLWindowContext_mac::GLWindowContext_mac(const MacWindowInfo& info, const DisplayParams& params) in GLWindowContext_mac() function in __anonc00648460111::GLWindowContext_mac
50 GLWindowContext_mac::~GLWindowContext_mac() { in ~GLWindowContext_mac()
54 void GLWindowContext_mac::onInitializeContext() { in onInitializeContext()
79 void GLWindowContext_mac::onDestroyContext() { in onDestroyContext()
88 void GLWindowContext_mac::onSwapBuffers() { in onSwapBuffers()
100 WindowContext* ctx = new GLWindowContext_mac(info, params); in NewGLForMac()
/external/skia/
DBUILD.gn1584 "tools/viewer/sk_app/mac/GLWindowContext_mac.cpp",