Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ios_context_metal_skia.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_SKIA_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_SKIA_H_
7
8#include <Metal/Metal.h>
9
10#include "flutter/fml/macros.h"
11#include "flutter/fml/platform/darwin/cf_utils.h"
12#include "flutter/fml/platform/darwin/scoped_nsobject.h"
13#import "flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h"
14#import "flutter/shell/platform/darwin/ios/ios_context.h"
16
17namespace flutter {
18
19class IOSContextMetalSkia final : public IOSContext {
20 public:
21 explicit IOSContextMetalSkia(MsaaSampleCount msaa_samples);
22
24
26
27 // |IOSContext|
28 IOSRenderingBackend GetBackend() const override;
29
30 // |IOSContext|
32
34
35 private:
37
38 // |IOSContext|
40
41 // |IOSContext|
42 std::unique_ptr<GLContextResult> MakeCurrent() override;
43
44 // |IOSContext|
45 std::unique_ptr<Texture> CreateExternalTexture(
46 int64_t texture_id,
47 fml::scoped_nsobject<NSObject<FlutterTexture>> texture) override;
48
50};
51
52} // namespace flutter
53
54#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_SKIA_H_
IOSRenderingBackend GetBackend() const override
Get the rendering backend used by this context.
sk_sp< GrDirectContext > CreateResourceContext() override
Create a resource context for use on the IO task runner. This resource context is used by Skia to upl...
std::unique_ptr< GLContextResult > MakeCurrent() override
When using client rendering APIs whose contexts need to be bound to a specific thread,...
sk_sp< GrDirectContext > GetResourceContext() const
std::unique_ptr< Texture > CreateExternalTexture(int64_t texture_id, fml::scoped_nsobject< NSObject< FlutterTexture > > texture) override
Creates an external texture proxy of the appropriate client rendering API.
sk_sp< GrDirectContext > GetMainContext() const override
Accessor for the Skia context associated with IOSSurfaces and the raster thread.
fml::scoped_nsobject< FlutterDarwinContextMetalSkia > GetDarwinContext() const
Manages the lifetime of the on-screen and off-screen rendering contexts on iOS. On-screen contexts ar...
Definition ios_context.h:40
#define FML_DISALLOW_COPY_AND_ASSIGN(TypeName)
Definition macros.h:27
FlTexture * texture
MsaaSampleCount
int64_t texture_id