#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterRenderer.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.h"
#include "flutter/shell/platform/embedder/embedder.h"
Go to the source code of this file.
Functions | |
static FlutterMetalTexture | OnGetNextDrawable (void *user_data, const FlutterFrameInfo *frameInfo) |
static bool | OnPresentDrawable (void *user_data, const FlutterMetalTexture *texture) |
static bool | OnAcquireExternalTexture (void *user_data, int64_t textureIdentifier, size_t width, size_t height, FlutterMetalExternalTexture *metalTexture) |
|
static |
Definition at line 25 of file FlutterRenderer.mm.
References user_data.
Referenced by FlutterRenderer::createRendererConfig.
|
static |
Definition at line 15 of file FlutterRenderer.mm.
Referenced by FlutterRenderer::createRendererConfig.
|
static |
Definition at line 20 of file FlutterRenderer.mm.
Referenced by FlutterRenderer::createRendererConfig.