Searched refs:GLWindowContext_ios (Results 1 – 4 of 4) sorted by relevance
21 class GLWindowContext_ios : public GLWindowContext { class23 GLWindowContext_ios(const IOSWindowInfo&, const DisplayParams&);25 ~GLWindowContext_ios() override;39 GLWindowContext_ios::GLWindowContext_ios(const IOSWindowInfo& info, const DisplayParams& params) in GLWindowContext_ios() function in __anonbec1fcd10111::GLWindowContext_ios49 GLWindowContext_ios::~GLWindowContext_ios() { in ~GLWindowContext_ios()53 sk_sp<const GrGLInterface> GLWindowContext_ios::onInitializeContext() { in onInitializeContext()75 void GLWindowContext_ios::onSwapBuffers() { in onSwapBuffers()87 WindowContext* ctx = new GLWindowContext_ios(info, params); in NewGLForIOS()
31 class GLWindowContext_ios : public GLWindowContext {33 GLWindowContext_ios(const IOSWindowInfo&, const DisplayParams&);35 ~GLWindowContext_ios() override;55 GLWindowContext_ios::GLWindowContext_ios(const IOSWindowInfo& info, const DisplayParams& params)66 GLWindowContext_ios::~GLWindowContext_ios() {72 sk_sp<const GrGLInterface> GLWindowContext_ios::onInitializeContext() {135 void GLWindowContext_ios::onDestroyContext() {143 void GLWindowContext_ios::onSwapBuffers() {148 void GLWindowContext_ios::resize(int w, int h) {161 std::unique_ptr<WindowContext> ctx(new GLWindowContext_ios(info, params));
2146 "tools/sk_app/ios/GLWindowContext_ios.cpp",
2629 "tools/sk_app/ios/GLWindowContext_ios.mm",