#include <memory>#include <optional>#include "gtest/gtest.h"#include "impeller/entity/contents/contents.h"#include "impeller/entity/contents/solid_color_contents.h"#include "impeller/entity/contents/test/contents_test_helpers.h"#include "impeller/entity/contents/vertices_contents.h"#include "impeller/entity/entity.h"#include "impeller/entity/entity_playground.h"#include "impeller/entity/vertices.frag.h"#include "impeller/geometry/path_builder.h"#include "impeller/renderer/render_target.h"Go to the source code of this file.
Namespaces | |
| impeller | |
| impeller::testing | |
Functions | |
| std::shared_ptr< VerticesGeometry > | impeller::testing::CreateColorVertices (const std::vector< Point > &vertices, const std::vector< Color > &colors) |
| impeller::testing::TEST_P (EntityTest, RendersDstPerColorWithAlpha) | |