Flutter Engine
The Flutter Engine
|
#include <memory>
#include <optional>
#include "gtest/gtest.h"
#include "impeller/entity/contents/clip_contents.h"
#include "impeller/entity/contents/content_context.h"
#include "impeller/entity/contents/contents.h"
#include "impeller/entity/contents/test/recording_render_pass.h"
#include "impeller/entity/entity.h"
#include "impeller/entity/entity_playground.h"
#include "impeller/renderer/render_target.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
namespace | impeller::testing |
Typedefs | |
using | impeller::testing::EntityTest = EntityPlayground |
Functions | |
impeller::testing::TEST_P (EntityTest, ClipContentsOptimizesFullScreenIntersectClips) | |