![]() |
Flutter Engine
The Flutter Engine
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkSize.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrBackendSurface.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/GrRecordingContext.h"
#include "include/gpu/GrTypes.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/base/SkArenaAlloc.h"
#include "src/gpu/SkBackingFit.h"
#include "src/gpu/Swizzle.h"
#include "src/gpu/ganesh/GrAppliedClip.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrColorSpaceXform.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrProcessorSet.h"
#include "src/gpu/ganesh/GrProxyProvider.h"
#include "src/gpu/ganesh/GrRecordingContextPriv.h"
#include "src/gpu/ganesh/GrSamplerState.h"
#include "src/gpu/ganesh/GrSurfaceProxy.h"
#include "src/gpu/ganesh/GrSurfaceProxyView.h"
#include "src/gpu/ganesh/geometry/GrQuad.h"
#include "src/gpu/ganesh/ops/GrOp.h"
#include "src/gpu/ganesh/ops/OpsTask.h"
#include "src/gpu/ganesh/ops/TextureOp.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include <utility>
Go to the source code of this file.
Classes | |
class | OpsTaskTestingAccess |
Functions | |
static void | check_chain (OpsTaskTestingAccess::OpChain *chain, SkRect firstRect, SkRect lastRect, int expectedNumOps) |
static sk_sp< GrSurfaceProxy > | create_proxy (GrRecordingContext *rContext) |
static GrOp::Owner | create_op (GrDirectContext *dContext, SkRect rect, const GrSurfaceProxyView &proxyView, bool isAA) |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (TextureOpTest, reporter, ctxInfo, CtsEnforcement::kNever) | |
|
static |
Definition at line 53 of file TextureOpTest.cpp.
|
static |
Definition at line 88 of file TextureOpTest.cpp.
|
static |
Definition at line 69 of file TextureOpTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | TextureOpTest | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 112 of file TextureOpTest.cpp.