Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
ProxyCacheTest.cpp File Reference
#include "tests/Test.h"
#include "include/core/SkBitmap.h"
#include "include/gpu/graphite/Context.h"
#include "include/gpu/graphite/Recorder.h"
#include "src/gpu/GpuTypesPriv.h"
#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/ProxyCache.h"
#include "src/gpu/graphite/RecorderPriv.h"
#include "src/gpu/graphite/Texture.h"
#include "src/gpu/graphite/TextureProxy.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/graphite/GraphiteTestContext.h"
#include <thread>

Go to the source code of this file.

Namespaces

namespace  skgpu
 
namespace  skgpu::graphite
 

Functions

 skgpu::graphite::DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest1, r, context, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest2, r, context, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest3, r, context, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest4, r, context, testContext, true, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest5, r, context, testContext, true, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest6, r, context, testContext, true, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest7, r, context, testContext, true, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest8, r, context, testContext, true, CtsEnforcement::kNextRelease)
 
 skgpu::graphite::DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ProxyCacheTest9, r, context, testContext, true, CtsEnforcement::kNextRelease)
 

Variable Documentation

◆ fBitmap1

SkBitmap fBitmap1

Definition at line 143 of file ProxyCacheTest.cpp.

◆ fBitmap2

SkBitmap fBitmap2

Definition at line 145 of file ProxyCacheTest.cpp.

◆ fProxy1

sk_sp<TextureProxy> fProxy1

Definition at line 144 of file ProxyCacheTest.cpp.

◆ fProxy2

sk_sp<TextureProxy> fProxy2

Definition at line 146 of file ProxyCacheTest.cpp.

◆ fTimeAfterAllProxyCreation

skgpu::StdSteadyClock::time_point fTimeAfterAllProxyCreation

Definition at line 149 of file ProxyCacheTest.cpp.

◆ fTimeBetweenProxyCreation

skgpu::StdSteadyClock::time_point fTimeBetweenProxyCreation

Definition at line 148 of file ProxyCacheTest.cpp.