#include "flow/surface_frame.h"#include "flutter/shell/gpu/gpu_surface_metal_skia.h"import <Metal/Metal.h>import <QuartzCore/QuartzCore.h>#include <utility>#include "flutter/common/graphics/persistent_cache.h"#include "flutter/fml/make_copyable.h"#include "flutter/fml/platform/darwin/cf_utils.h"#include "flutter/fml/trace_event.h"#include "flutter/shell/gpu/gpu_surface_metal_delegate.h"#include "third_party/skia/include/core/SkColorSpace.h"#include "third_party/skia/include/core/SkColorType.h"#include "third_party/skia/include/core/SkRefCnt.h"#include "third_party/skia/include/core/SkSurface.h"#include "third_party/skia/include/core/SkSurfaceProps.h"#include "third_party/skia/include/gpu/GpuTypes.h"#include "third_party/skia/include/gpu/ganesh/GrBackendSurface.h"#include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h"#include "third_party/skia/include/gpu/ganesh/mtl/GrMtlBackendSurface.h"#include "third_party/skia/include/gpu/ganesh/mtl/GrMtlTypes.h"#include "third_party/skia/include/ports/SkCFObject.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |