Flutter Engine
The Flutter Engine
|
#include "include/core/SkRefCnt.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/GrTypes.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/gpu/RefCntedCallback.h"
#include "src/gpu/SkBackingFit.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrGpu.h"
#include "src/gpu/ganesh/GrProxyProvider.h"
#include "src/gpu/ganesh/GrRenderTarget.h"
#include "src/gpu/ganesh/GrRenderTargetProxy.h"
#include "src/gpu/ganesh/GrSurfaceProxy.h"
#include "src/gpu/ganesh/GrTextureProxy.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include <utility>
Go to the source code of this file.
Functions | |
static sk_sp< GrSurfaceProxy > | make_wrapped_rt (GrProxyProvider *provider, GrGpu *gpu, skiatest::Reporter *reporter, const SkISize &size, GrColorType colorType) |
void | clean_up_wrapped_rt (GrGpu *gpu, sk_sp< GrSurfaceProxy > proxy) |
static sk_sp< GrSurfaceProxy > | make_offscreen_rt (GrProxyProvider *provider, SkISize dimensions, GrColorType colorType) |
static sk_sp< GrSurfaceProxy > | make_texture (GrProxyProvider *provider, SkISize dimensions, GrColorType colorType, GrRenderable renderable) |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (PreinstantiatedProxyConversionTest, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (DefferredProxyConversionTest, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
void clean_up_wrapped_rt | ( | GrGpu * | gpu, |
sk_sp< GrSurfaceProxy > | proxy | ||
) |
Definition at line 44 of file ProxyConversionTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | DefferredProxyConversionTest | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 148 of file ProxyConversionTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | PreinstantiatedProxyConversionTest | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 78 of file ProxyConversionTest.cpp.
|
static |
Definition at line 52 of file ProxyConversionTest.cpp.
|
static |
Definition at line 64 of file ProxyConversionTest.cpp.
|
static |
Definition at line 35 of file ProxyConversionTest.cpp.