Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
impeller::testing::GoldenScreenshotter Class Referenceabstract

#include <golden_screenshotter.h>

Inheritance diagram for impeller::testing::GoldenScreenshotter:
impeller::testing::MetalGoldenScreenshotter impeller::testing::VulkanGoldenScreenshotter

Public Member Functions

virtual ~GoldenScreenshotter ()=default
 
virtual std::unique_ptr< ScreenshotMakeScreenshot (const AiksContext &aiks_context, const std::shared_ptr< Texture > &texture)=0
 
virtual PlaygroundImplGetPlayground ()=0
 

Detailed Description

Converts Pictures and DisplayLists to MetalScreenshots with the playground backend.

Definition at line 17 of file golden_screenshotter.h.

Constructor & Destructor Documentation

◆ ~GoldenScreenshotter()

virtual impeller::testing::GoldenScreenshotter::~GoldenScreenshotter ( )
virtualdefault

Member Function Documentation

◆ GetPlayground()

virtual PlaygroundImpl & impeller::testing::GoldenScreenshotter::GetPlayground ( )
pure virtual

◆ MakeScreenshot()

virtual std::unique_ptr< Screenshot > impeller::testing::GoldenScreenshotter::MakeScreenshot ( const AiksContext aiks_context,
const std::shared_ptr< Texture > &  texture 
)
pure virtual

The documentation for this class was generated from the following file: