Home
last modified time | relevance | path

Searched refs:MakeGLForIOS (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tools/sk_app/ios/
DWindowContextFactory_ios.h34 std::unique_ptr<WindowContext> MakeGLForIOS(const IOSWindowInfo&, const DisplayParams&);
DGLWindowContext_ios.cpp86 std::unique_ptr<WindowContext> MakeGLForIOS(const IOSWindowInfo& info, in MakeGLForIOS() function
DWindow_ios.cpp270 fWindowContext = MakeGLForIOS(info, fRequestedDisplayParams); in attach()
/third_party/skia/tools/sk_app/ios/
DWindowContextFactory_ios.h43 std::unique_ptr<WindowContext> MakeGLForIOS(const IOSWindowInfo&, const DisplayParams&);
DGLWindowContext_ios.mm159 std::unique_ptr<WindowContext> MakeGLForIOS(const IOSWindowInfo& info,
DWindow_ios.mm94 fWindowContext = MakeGLForIOS(info, fRequestedDisplayParams);