Flutter Engine
The Flutter Engine
|
#include "flutter/common/task_runners.h"
#include "flutter/fml/mapping.h"
#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/impeller/core/allocator.h"
#include "flutter/impeller/core/device_buffer.h"
#include "flutter/impeller/geometry/size.h"
#include "flutter/impeller/renderer/context.h"
#include "flutter/lib/ui/painting/image_decoder.h"
#include "flutter/lib/ui/painting/image_decoder_impeller.h"
#include "flutter/lib/ui/painting/image_decoder_no_gl_unittests.h"
#include "flutter/lib/ui/painting/image_decoder_skia.h"
#include "flutter/lib/ui/painting/multi_frame_codec.h"
#include "flutter/runtime/dart_vm.h"
#include "flutter/runtime/dart_vm_lifecycle.h"
#include "flutter/testing/dart_isolate_runner.h"
#include "flutter/testing/elf_loader.h"
#include "flutter/testing/fixture_test.h"
#include "flutter/testing/post_task_sync.h"
#include "flutter/testing/test_dart_native_resolver.h"
#include "flutter/testing/test_gl_surface.h"
#include "flutter/testing/testing.h"
#include "fml/logging.h"
#include "impeller/renderer/command_queue.h"
#include "third_party/skia/include/codec/SkCodecAnimation.h"
#include "third_party/skia/include/core/SkData.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkImageInfo.h"
#include "third_party/skia/include/core/SkSize.h"
#include "third_party/skia/include/encode/SkPngEncoder.h"
Go to the source code of this file.
Classes | |
class | impeller::TestImpellerContext |
class | flutter::testing::TestIOManager |
class | flutter::testing::ImageDecoderFixtureTest |
class | flutter::testing::UnknownImageGenerator |
An Image generator that pretends it can't recognize the data it was given. More... | |
Namespaces | |
namespace | impeller |
namespace | flutter |
namespace | flutter::testing |
Functions | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, CanCreateImageDecoder) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, InvalidImageResultsError) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, ValidImageResultsInSuccess) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, ImpellerUploadToSharedNoGpu) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, ImpellerNullColorspace) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, ImpellerPixelConversion32F) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, ImpellerWideGamutDisplayP3Opaque) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, ImpellerNonWideGamut) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, ExifDataIsRespectedOnDecode) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, CanDecodeWithoutAGPUContext) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, CanDecodeWithResizes) | |
flutter::testing::TEST (ImageDecoderTest, VerifyCodecRepeatCountsForGifAndWebPAreConsistentWithLoopCounts) | |
flutter::testing::TEST (ImageDecoderTest, VerifySimpleDecoding) | |
flutter::testing::TEST (ImageDecoderTest, ImagesWithTransparencyArePremulAlpha) | |
flutter::testing::TEST (ImageDecoderTest, VerifySubpixelDecodingPreservesExifOrientation) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, MultiFrameCodecCanBeCollectedBeforeIOTasksFinish) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, MultiFrameCodecDidAccessGpuDisabledSyncSwitch) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, MultiFrameCodecProducesATextureEvenIfGPUIsDisabledOnImpeller) | |
flutter::testing::TEST_F (ImageDecoderFixtureTest, NullCheckBuffer) | |