Flutter Engine
 
Loading...
Searching...
No Matches
flutter::testing::MockSnapshotDelegate Member List

This is the complete list of members for flutter::testing::MockSnapshotDelegate, including all inherited members.

CacheRuntimeStage(const std::shared_ptr< impeller::RuntimeStage > &runtime_stage)=0flutter::SnapshotDelegatepure virtual
ConvertToRasterImage(sk_sp< SkImage > image)=0flutter::SnapshotDelegatepure virtual
GetGrContext()=0flutter::SnapshotDelegatepure virtual
GetTextureRegistry()=0flutter::SnapshotDelegatepure virtual
GetWeakPtr()flutter::testing::MockSnapshotDelegateinline
MakeRasterSnapshot(sk_sp< DisplayList > display_list, DlISize picture_size, std::function< void(sk_sp< DlImage >)> callback)=0flutter::SnapshotDelegatepure virtual
MakeRasterSnapshotSync(sk_sp< DisplayList > display_list, DlISize picture_size)=0flutter::SnapshotDelegatepure virtual
MakeRenderContextCurrent()=0flutter::SnapshotDelegatepure virtual
MakeSkiaGpuImage(sk_sp< DisplayList > display_list, const SkImageInfo &image_info)=0flutter::SnapshotDelegatepure virtual
MOCK_METHOD(std::unique_ptr< GpuImageResult >, MakeSkiaGpuImage,(sk_sp< DisplayList >, const SkImageInfo &),(override))flutter::testing::MockSnapshotDelegate
MOCK_METHOD(std::shared_ptr< TextureRegistry >, GetTextureRegistry,(),(override))flutter::testing::MockSnapshotDelegate
MOCK_METHOD(GrDirectContext *, GetGrContext,(),(override))flutter::testing::MockSnapshotDelegate
MOCK_METHOD(void, MakeRasterSnapshot,(sk_sp< DisplayList >, DlISize, std::function< void(sk_sp< DlImage >)>),(override))flutter::testing::MockSnapshotDelegate
MOCK_METHOD(sk_sp< DlImage >, MakeRasterSnapshotSync,(sk_sp< DisplayList >, DlISize),(override))flutter::testing::MockSnapshotDelegate
MOCK_METHOD(sk_sp< SkImage >, ConvertToRasterImage,(sk_sp< SkImage >),(override))flutter::testing::MockSnapshotDelegate
MOCK_METHOD(void, CacheRuntimeStage,(const std::shared_ptr< impeller::RuntimeStage > &),(override))flutter::testing::MockSnapshotDelegate
MOCK_METHOD(bool, MakeRenderContextCurrent,(),(override))flutter::testing::MockSnapshotDelegate
MockSnapshotDelegate()flutter::testing::MockSnapshotDelegateinline