Home
last modified time | relevance | path

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

/external/skqp/tools/sk_app/ios/
DGLWindowContext_ios.cpp21 class GLWindowContext_ios : public GLWindowContext { class
23 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_ios
49 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()
/external/skia/tools/sk_app/ios/
DGLWindowContext_ios.mm31 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));
/external/skqp/
DBUILD.gn2146 "tools/sk_app/ios/GLWindowContext_ios.cpp",
/external/skia/
DBUILD.gn2629 "tools/sk_app/ios/GLWindowContext_ios.mm",