Flutter Engine
The Flutter Engine
|
#include <memory>
#include "flutter/testing/testing.h"
#include "gtest/gtest.h"
#include "impeller/entity/contents/clip_contents.h"
#include "impeller/entity/entity.h"
#include "impeller/entity/entity_pass_clip_stack.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
namespace | impeller::testing |
Functions | |
impeller::testing::TEST (EntityPassClipStackTest, CanPushAndPopEntities) | |
impeller::testing::TEST (EntityPassClipStackTest, CanPopEntitiesSafely) | |
impeller::testing::TEST (EntityPassClipStackTest, CanAppendNoChange) | |
impeller::testing::TEST (EntityPassClipStackTest, AppendCoverageNoChange) | |
impeller::testing::TEST (EntityPassClipStackTest, AppendAndRestoreClipCoverage) | |
impeller::testing::TEST (EntityPassClipStackTest, UnbalancedRestore) | |
impeller::testing::TEST (EntityPassClipStackTest, ClipAndRestoreWithSubpasses) | |