![]() |
Flutter Engine
The Flutter Engine
|
#include "include/gpu/ganesh/mtl/GrMtlBackendSurface.h"
#include "include/gpu/GrTypes.h"
#include "include/gpu/ganesh/mtl/GrMtlTypes.h"
#include "include/private/base/SkAssert.h"
#include "src/gpu/ganesh/GrBackendSurfacePriv.h"
#include "src/gpu/ganesh/mtl/GrMtlCppUtil.h"
#include "src/gpu/ganesh/mtl/GrMtlUtil.h"
#include "src/gpu/mtl/MtlUtilsPriv.h"
Go to the source code of this file.
Classes | |
class | GrMtlBackendFormatData |
class | GrMtlBackendTextureData |
class | GrMtlBackendRenderTargetData |
Namespaces | |
namespace | GrBackendFormats |
namespace | GrBackendTextures |
namespace | GrBackendRenderTargets |
Functions | |
static const GrMtlBackendFormatData * | get_and_cast_data (const GrBackendFormat &format) |
SK_API GrBackendFormat | GrBackendFormats::MakeMtl (GrMTLPixelFormat format) |
SK_API GrMTLPixelFormat | GrBackendFormats::AsMtlFormat (const GrBackendFormat &) |
static const GrMtlBackendTextureData * | get_and_cast_data (const GrBackendTexture &texture) |
SK_API GrBackendTexture | GrBackendTextures::MakeMtl (int width, int height, skgpu::Mipmapped, const GrMtlTextureInfo &mtlInfo, std::string_view label={}) |
SK_API bool | GrBackendTextures::GetMtlTextureInfo (const GrBackendTexture &, GrMtlTextureInfo *) |
static const GrMtlBackendRenderTargetData * | get_and_cast_data (const GrBackendRenderTarget &rt) |
SK_API GrBackendRenderTarget | GrBackendRenderTargets::MakeMtl (int width, int height, const GrMtlTextureInfo &mtlInfo) |
SK_API bool | GrBackendRenderTargets::GetMtlTextureInfo (const GrBackendRenderTarget &, GrMtlTextureInfo *) |
|
static |
Definition at line 67 of file GrMtlBackendSurface.mm.
|
static |
Definition at line 194 of file GrMtlBackendSurface.mm.
|
static |
Definition at line 128 of file GrMtlBackendSurface.mm.