Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/mtl/GrMtlCaps.h"
#include "include/core/SkRect.h"
#include "include/core/SkTextureCompressionType.h"
#include "include/gpu/GrBackendSurface.h"
#include "include/gpu/ganesh/mtl/GrMtlBackendSurface.h"
#include "src/core/SkCompressedDataUtils.h"
#include "src/core/SkReadBuffer.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrBackendUtils.h"
#include "src/gpu/ganesh/GrProcessor.h"
#include "src/gpu/ganesh/GrProgramDesc.h"
#include "src/gpu/ganesh/GrProgramInfo.h"
#include "src/gpu/ganesh/GrRenderTarget.h"
#include "src/gpu/ganesh/GrRenderTargetProxy.h"
#include "src/gpu/ganesh/GrShaderCaps.h"
#include "src/gpu/ganesh/GrSurfaceProxy.h"
#include "src/gpu/ganesh/mtl/GrMtlRenderTarget.h"
#include "src/gpu/ganesh/mtl/GrMtlTexture.h"
#include "src/gpu/ganesh/mtl/GrMtlUtil.h"
#include "src/gpu/mtl/MtlUtilsPriv.h"
Go to the source code of this file.
Macros | |
#define | kMTLPixelFormatB5G6R5Unorm MTLPixelFormat(40) |
#define | kMTLPixelFormatABGR4Unorm MTLPixelFormat(42) |
#define | kMTLPixelFormatETC2_RGB8 MTLPixelFormat(180) |
Functions | |
static bool | format_is_srgb (MTLPixelFormat format) |
Variables | |
static constexpr MTLPixelFormat | kMtlFormats [] |
#define kMTLPixelFormatABGR4Unorm MTLPixelFormat(42) |
Definition at line 587 of file GrMtlCaps.mm.
#define kMTLPixelFormatB5G6R5Unorm MTLPixelFormat(40) |
Definition at line 586 of file GrMtlCaps.mm.
#define kMTLPixelFormatETC2_RGB8 MTLPixelFormat(180) |
Definition at line 588 of file GrMtlCaps.mm.
|
static |
Definition at line 452 of file GrMtlCaps.mm.
|
staticconstexpr |
Definition at line 592 of file GrMtlCaps.mm.