Flutter Engine
The Flutter Engine
|
#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 |
using AtlasLocator = skgpu::AtlasLocator |
Definition at line 26 of file GrDrawOpAtlas.cpp.
using AtlasToken = skgpu::AtlasToken |
Definition at line 27 of file GrDrawOpAtlas.cpp.
Definition at line 28 of file GrDrawOpAtlas.cpp.
Definition at line 29 of file GrDrawOpAtlas.cpp.
using MaskFormat = skgpu::MaskFormat |
Definition at line 30 of file GrDrawOpAtlas.cpp.
using Plot = skgpu::Plot |
Definition at line 31 of file GrDrawOpAtlas.cpp.
using PlotList = skgpu::PlotList |
Definition at line 32 of file GrDrawOpAtlas.cpp.
using PlotLocator = skgpu::PlotLocator |
Definition at line 33 of file GrDrawOpAtlas.cpp.
|
staticconstexpr |
Definition at line 207 of file GrDrawOpAtlas.cpp.
|
staticconstexpr |
Definition at line 38 of file GrDrawOpAtlas.cpp.
|
staticconstexpr |
Definition at line 206 of file GrDrawOpAtlas.cpp.