#include "display_list/dl_sampling_options.h"
#include "flutter/impeller/display_list/aiks_unittests.h"
#include "flutter/display_list/dl_blend_mode.h"
#include "flutter/display_list/dl_builder.h"
#include "flutter/display_list/dl_color.h"
#include "flutter/display_list/dl_paint.h"
#include "flutter/testing/testing.h"
#include "impeller/core/formats.h"
#include "impeller/display_list/dl_atlas_geometry.h"
#include "impeller/display_list/dl_image_impeller.h"
#include "impeller/entity/contents/content_context.h"
#include "impeller/geometry/color.h"
#include "impeller/geometry/scalar.h"
#include "include/core/SkRSXform.h"
Go to the source code of this file.
|
| | impeller::testing::TEST_P (AiksTest, DrawAtlasNoColor) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawAtlasWithColorAdvanced) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawAtlasWithColorSimple) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawAtlasWithOpacity) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawAtlasNoColorFullSize) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawAtlasAdvancedAndTransform) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawAtlasWithColorAdvancedAndTransform) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawAtlasPlusWideGamut) |
| |
| | impeller::testing::TEST_P (AiksTest, DlAtlasGeometryNoBlend) |
| |
| | impeller::testing::TEST_P (AiksTest, DlAtlasGeometryBlend) |
| |
| | impeller::testing::TEST_P (AiksTest, DlAtlasGeometryColorButNoBlend) |
| |
| | impeller::testing::TEST_P (AiksTest, DlAtlasGeometrySkip) |
| |