Flutter Engine
The Flutter Engine
|
#include "include/core/SkColorSpace.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkSurfaceProps.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GrDirectContext.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/gpu/SkBackingFit.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrPixmap.h"
#include "src/gpu/ganesh/GrRenderTargetProxy.h"
#include "src/gpu/ganesh/GrTextureProxy.h"
#include "src/gpu/ganesh/SurfaceDrawContext.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include <memory>
Go to the source code of this file.
Functions | |
static std::unique_ptr< skgpu::ganesh::SurfaceDrawContext > | get_sdc (GrRecordingContext *rContext) |
static void | check_instantiation_status (skiatest::Reporter *reporter, skgpu::ganesh::SurfaceDrawContext *sdc, bool wrappedExpectation) |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (SurfaceDrawContextTest, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
Variables | |
static const int | kSize = 64 |
|
static |
Definition at line 42 of file SurfaceDrawContextTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | SurfaceDrawContextTest | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 53 of file SurfaceDrawContextTest.cpp.
|
static |
Definition at line 32 of file SurfaceDrawContextTest.cpp.
|
static |
Definition at line 30 of file SurfaceDrawContextTest.cpp.