![]() |
Flutter Engine
The Flutter Engine
|
#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 |
SkBitmap fBitmap1 |
Definition at line 99 of file ProxyCacheTest.cpp.
SkBitmap fBitmap2 |
Definition at line 101 of file ProxyCacheTest.cpp.
sk_sp<TextureProxy> fProxy1 |
Definition at line 100 of file ProxyCacheTest.cpp.
sk_sp<TextureProxy> fProxy2 |
Definition at line 102 of file ProxyCacheTest.cpp.
skgpu::StdSteadyClock::time_point fTimeAfterAllProxyCreation |
Definition at line 105 of file ProxyCacheTest.cpp.
skgpu::StdSteadyClock::time_point fTimeBetweenProxyCreation |
Definition at line 104 of file ProxyCacheTest.cpp.