Flutter Engine
The Flutter Engine
|
#include "src/gpu/graphite/DrawAtlas.h"
#include <memory>
#include "include/core/SkColorSpace.h"
#include "include/core/SkStream.h"
#include "include/gpu/graphite/Recorder.h"
#include "include/private/SkColorData.h"
#include "include/private/base/SkTPin.h"
#include "src/base/SkMathPriv.h"
#include "src/core/SkTraceEvent.h"
#include "src/gpu/AtlasTypes.h"
#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/CommandTypes.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/DrawContext.h"
#include "src/gpu/graphite/RecorderPriv.h"
#include "src/gpu/graphite/TextureProxy.h"
Go to the source code of this file.
Namespaces | |
namespace | skgpu |
namespace | skgpu::graphite |
Functions | |
static uint32_t | skgpu::graphite::next_id () |
Variables | |
static const constexpr bool | skgpu::graphite::kDumpAtlasData = false |
static constexpr auto | skgpu::graphite::kPlotRecentlyUsedCount = 32 |
static constexpr auto | skgpu::graphite::kAtlasRecentlyUsedCount = 128 |