Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Variables
MtlCaps.mm File Reference
#include "src/gpu/graphite/mtl/MtlCaps.h"
#include "include/core/SkTextureCompressionType.h"
#include "include/gpu/graphite/TextureInfo.h"
#include "include/gpu/graphite/mtl/MtlGraphiteTypes.h"
#include "src/gpu/SwizzlePriv.h"
#include "src/gpu/graphite/CommandBuffer.h"
#include "src/gpu/graphite/ComputePipelineDesc.h"
#include "src/gpu/graphite/GraphicsPipelineDesc.h"
#include "src/gpu/graphite/GraphiteResourceKey.h"
#include "src/gpu/graphite/RenderPassDesc.h"
#include "src/gpu/graphite/RendererProvider.h"
#include "src/gpu/graphite/TextureProxy.h"
#include "src/gpu/graphite/mtl/MtlGraphiteUtilsPriv.h"
#include "src/gpu/mtl/MtlUtilsPriv.h"
#include "src/sksl/SkSLUtil.h"

Go to the source code of this file.

Namespaces

namespace  skgpu
 
namespace  skgpu::graphite
 

Macros

#define kMTLPixelFormatB5G6R5Unorm   MTLPixelFormat(40)
 
#define kMTLPixelFormatABGR4Unorm   MTLPixelFormat(42)
 
#define kMTLPixelFormatETC2_RGB8   MTLPixelFormat(180)
 

Variables

static constexpr MTLPixelFormat skgpu::graphite::kMtlFormats []
 
static const skgpu::UniqueKey::Domain skgpu::graphite::kGraphicsPipelineDomain = UniqueKey::GenerateDomain()
 
static const int skgpu::graphite::kGraphicsPipelineKeyData32Count = 5
 

Macro Definition Documentation

◆ kMTLPixelFormatABGR4Unorm

#define kMTLPixelFormatABGR4Unorm   MTLPixelFormat(42)

Definition at line 334 of file MtlCaps.mm.

◆ kMTLPixelFormatB5G6R5Unorm

#define kMTLPixelFormatB5G6R5Unorm   MTLPixelFormat(40)

Definition at line 333 of file MtlCaps.mm.

◆ kMTLPixelFormatETC2_RGB8

#define kMTLPixelFormatETC2_RGB8   MTLPixelFormat(180)

Definition at line 335 of file MtlCaps.mm.