#include <memory>#include <vector>#include "flutter/impeller/renderer/backend/gles/gles.h"#include "flutter/shell/platform/windows/compositor_opengl.h"#include "flutter/shell/platform/windows/egl/manager.h"#include "flutter/shell/platform/windows/flutter_windows_view.h"#include "flutter/shell/platform/windows/testing/egl/mock_context.h"#include "flutter/shell/platform/windows/testing/egl/mock_manager.h"#include "flutter/shell/platform/windows/testing/egl/mock_window_surface.h"#include "flutter/shell/platform/windows/testing/engine_modifier.h"#include "flutter/shell/platform/windows/testing/flutter_windows_engine_builder.h"#include "flutter/shell/platform/windows/testing/mock_window_binding_handler.h"#include "flutter/shell/platform/windows/testing/view_modifier.h"#include "flutter/shell/platform/windows/testing/windows_test.h"#include "gmock/gmock.h"#include "gtest/gtest.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Functions | |
| flutter::testing::TEST_F (CompositorOpenGLTest, CreateBackingStore) | |
| flutter::testing::TEST_F (CompositorOpenGLTest, CreateBackingStoreImpeller) | |
| flutter::testing::TEST_F (CompositorOpenGLTest, InitializationFailure) | |
| flutter::testing::TEST_F (CompositorOpenGLTest, InitializationRequiresBlit) | |
| flutter::testing::TEST_F (CompositorOpenGLTest, Present) | |
| flutter::testing::TEST_F (CompositorOpenGLTest, PresentEmpty) | |
| flutter::testing::TEST_F (CompositorOpenGLTest, NoSurfaceIgnored) | |
| flutter::testing::TEST_F (CompositorOpenGLTest, PresentUsingANGLEBlitExtension) | |