Flutter Engine
The Flutter Engine
|
#include "include/gpu/ganesh/mtl/GrMtlTypes.h"
#include "include/private/base/SkAPI.h"
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | GrBackendFormats |
namespace | GrBackendTextures |
namespace | GrBackendRenderTargets |
Functions | |
SK_API GrBackendFormat | GrBackendFormats::MakeMtl (GrMTLPixelFormat format) |
SK_API GrMTLPixelFormat | GrBackendFormats::AsMtlFormat (const GrBackendFormat &) |
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 *) |
SK_API GrBackendRenderTarget | GrBackendRenderTargets::MakeMtl (int width, int height, const GrMtlTextureInfo &mtlInfo) |
SK_API bool | GrBackendRenderTargets::GetMtlTextureInfo (const GrBackendRenderTarget &, GrMtlTextureInfo *) |