Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
RecordingOrderTest.cpp File Reference
#include "tests/Test.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkFont.h"
#include "include/gpu/graphite/Context.h"
#include "include/gpu/graphite/Recording.h"
#include "include/gpu/graphite/Surface.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/Surface_Graphite.h"
#include "tests/TestUtils.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"

Go to the source code of this file.

Functions

 DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS (RecordingOrderTest_Graphite, reporter, context, CtsEnforcement::kNextRelease)
 

Function Documentation

◆ DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()

DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS ( RecordingOrderTest_Graphite  ,
reporter  ,
context  ,
CtsEnforcement::kNextRelease   
)

Definition at line 127 of file RecordingOrderTest.cpp.

128 {
129 std::unique_ptr<Recorder> recorder = context->makeRecorder();
130
131 (void) run_test(reporter, context, recorder.get());
132}
reporter
void run_test(skiatest::Reporter *reporter, Context *context, SkISize surfaceSize, SkISize recordingSize, SkISize replayOffset, DrawCallback draw, const std::vector< Expectation > &expectations)