Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Typedefs | Variables
GrDrawOpAtlas.cpp File Reference
#include "src/gpu/ganesh/GrDrawOpAtlas.h"
#include <memory>
#include "include/private/base/SkTPin.h"
#include "src/gpu/ganesh/GrBackendUtils.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrOnFlushResourceProvider.h"
#include "src/gpu/ganesh/GrOpFlushState.h"
#include "src/gpu/ganesh/GrProxyProvider.h"
#include "src/gpu/ganesh/GrResourceProvider.h"
#include "src/gpu/ganesh/GrResourceProviderPriv.h"
#include "src/gpu/ganesh/GrSurfaceProxyPriv.h"
#include "src/gpu/ganesh/GrTexture.h"
#include "src/gpu/ganesh/GrTracing.h"

Go to the source code of this file.

Typedefs

using AtlasLocator = skgpu::AtlasLocator
 
using AtlasToken = skgpu::AtlasToken
 
using EvictionCallback = skgpu::PlotEvictionCallback
 
using GenerationCounter = skgpu::AtlasGenerationCounter
 
using MaskFormat = skgpu::MaskFormat
 
using Plot = skgpu::Plot
 
using PlotList = skgpu::PlotList
 
using PlotLocator = skgpu::PlotLocator
 

Variables

static const constexpr bool kDumpAtlasData = false
 
static constexpr auto kPlotRecentlyUsedCount = 32
 
static constexpr auto kAtlasRecentlyUsedCount = 128
 

Typedef Documentation

◆ AtlasLocator

Definition at line 26 of file GrDrawOpAtlas.cpp.

◆ AtlasToken

Definition at line 27 of file GrDrawOpAtlas.cpp.

◆ EvictionCallback

Definition at line 28 of file GrDrawOpAtlas.cpp.

◆ GenerationCounter

Definition at line 29 of file GrDrawOpAtlas.cpp.

◆ MaskFormat

Definition at line 30 of file GrDrawOpAtlas.cpp.

◆ Plot

using Plot = skgpu::Plot

Definition at line 31 of file GrDrawOpAtlas.cpp.

◆ PlotList

Definition at line 32 of file GrDrawOpAtlas.cpp.

◆ PlotLocator

Definition at line 33 of file GrDrawOpAtlas.cpp.

Variable Documentation

◆ kAtlasRecentlyUsedCount

constexpr auto kAtlasRecentlyUsedCount = 128
staticconstexpr

Definition at line 207 of file GrDrawOpAtlas.cpp.

◆ kDumpAtlasData

const constexpr bool kDumpAtlasData = false
staticconstexpr

Definition at line 38 of file GrDrawOpAtlas.cpp.

◆ kPlotRecentlyUsedCount

constexpr auto kPlotRecentlyUsedCount = 32
staticconstexpr

Definition at line 206 of file GrDrawOpAtlas.cpp.