#include "flutter/shell/platform/android/platform_view_android.h"#include <android/api-level.h>#include <sys/system_properties.h>#include <memory>#include <utility>#include "common/settings.h"#include "flutter/common/graphics/texture.h"#include "flutter/fml/synchronization/waitable_event.h"#include "flutter/shell/common/shell_io_manager.h"#include "flutter/shell/gpu/gpu_surface_gl_delegate.h"#include "flutter/shell/platform/android/android_context_dynamic_impeller.h"#include "flutter/shell/platform/android/android_context_gl_impeller.h"#include "flutter/shell/platform/android/android_context_vk_impeller.h"#include "flutter/shell/platform/android/android_rendering_selector.h"#include "flutter/shell/platform/android/android_surface_dynamic_impeller.h"#include "flutter/shell/platform/android/android_surface_gl_impeller.h"#include "flutter/shell/platform/android/image_external_texture_gl_impeller.h"#include "flutter/shell/platform/android/surface_texture_external_texture_gl_impeller.h"#include "flutter/shell/platform/android/surface_texture_external_texture_vk_impeller.h"#include "flutter/shell/platform/android/android_context_gl_skia.h"#include "flutter/shell/platform/android/android_surface_gl_skia.h"#include "flutter/shell/platform/android/android_surface_software.h"#include "flutter/shell/platform/android/image_external_texture_gl_skia.h"#include "flutter/shell/platform/android/surface_texture_external_texture_gl_skia.h"#include "fml/logging.h"#include "impeller/display_list/aiks_context.h"#include "flutter/shell/platform/android/context/android_context.h"#include "flutter/shell/platform/android/external_view_embedder/external_view_embedder_wrapper.h"#include "flutter/shell/platform/android/jni/platform_view_android_jni.h"#include "flutter/shell/platform/android/platform_message_response_android.h"#include "flutter/shell/platform/android/surface/android_surface.h"#include "flutter/shell/platform/android/surface/snapshot_surface_producer.h"#include "flutter/shell/platform/android/vsync_waiter_android.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Functions | |
| static std::shared_ptr< flutter::AndroidContext > | flutter::CreateAndroidContext (const flutter::TaskRunners &task_runners, AndroidRenderingAPI android_rendering_api, bool enable_opengl_gpu_tracing, const AndroidContext::ContextSettings &settings) |