import <Foundation/Foundation.h>import <Metal/Metal.h>#include <memory>#include <vector>#include "flutter/display_list/display_list.h"#include "flutter/display_list/dl_builder.h"import "flutter/display_list/skia/dl_sk_canvas.h"#include "flutter/fml/synchronization/sync_switch.h"#include "flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h"import "flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h"import "flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.h"#include "flutter/shell/platform/embedder/embedder.h"#include "flutter/shell/platform/embedder/embedder_external_texture_metal.h"#include "flutter/testing/autoreleasepool_test.h"#include "flutter/testing/testing.h"#include "impeller/display_list/aiks_context.h"#include "impeller/entity/mtl/entity_shaders.h"#include "impeller/entity/mtl/framebuffer_blend_shaders.h"#include "impeller/entity/mtl/modern_shaders.h"#include "impeller/renderer/backend/metal/context_mtl.h"#include "third_party/googletest/googletest/include/gtest/gtest.h"#include "third_party/skia/include/core/SkImage.h"#include "third_party/skia/include/core/SkSamplingOptions.h"#include "third_party/skia/include/core/SkSurface.h"#include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h"Go to the source code of this file.
Classes | |
| class | TestExternalTexture |
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Typedefs | |
| using | flutter::testing::FlutterEmbedderExternalTextureTest = AutoreleasePoolTest |
Variables | |
| size_t | _height |
| OSType | _pixelFormatType |
|
static |
Definition at line 34 of file FlutterEmbedderExternalTextureTest.mm.
References impeller::ContextMTL::Create().
Referenced by flutter::AndroidContextGLImpeller::AndroidContextGLImpeller(), and flutter::AndroidContextVKImpeller::AndroidContextVKImpeller().
| size_t _height |
Definition at line 58 of file FlutterEmbedderExternalTextureTest.mm.
| OSType _pixelFormatType |
Definition at line 59 of file FlutterEmbedderExternalTextureTest.mm.