Flutter Engine
The Flutter Engine
|
#include <memory>
#include "flutter/shell/common/thread_host.h"
#include "flutter/shell/platform/android/android_context_gl_skia.h"
#include "flutter/shell/platform/android/android_egl_surface.h"
#include "flutter/shell/platform/android/android_environment_gl.h"
#include "flutter/shell/platform/android/android_surface_gl_skia.h"
#include "fml/logging.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "shell/platform/android/context/android_context.h"
Go to the source code of this file.
Classes | |
class | flutter::testing::android::TestImpellerContext |
class | flutter::testing::android::TestAndroidContext |
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
namespace | flutter::testing::android |
Macros | |
#define | FML_USED_ON_EMBEDDER |
Functions | |
flutter::testing::android::TEST (AndroidContextGl, Create) | |
flutter::testing::android::TEST (AndroidContextGl, CreateImpeller) | |
flutter::testing::android::TEST (AndroidContextGl, CreateSingleThread) | |
flutter::testing::android::TEST (AndroidSurfaceGL, CreateSnapshopSurfaceWhenOnscreenSurfaceIsNotNull) | |
flutter::testing::android::TEST (AndroidSurfaceGL, CreateSnapshopSurfaceWhenOnscreenSurfaceIsNull) | |
flutter::testing::android::TEST (AndroidContextGl, EnsureMakeCurrentChecksCurrentContextStatus) | |
#define FML_USED_ON_EMBEDDER |
Definition at line 5 of file android_context_gl_unittests.cc.