Flutter Engine
The Flutter Engine
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorType.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrGpu.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include <cstdint>
Go to the source code of this file.
Functions | |
static bool | check_read (skiatest::Reporter *reporter, const SkBitmap &bitmap) |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (OpsTaskFlushCount, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
|
static |
Definition at line 33 of file GrOpListFlushTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | OpsTaskFlushCount | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 46 of file GrOpListFlushTest.cpp.