Flutter Engine
The Flutter Engine
|
Functions | |
SK_API GrBackendRenderTarget | MakeGL (int width, int height, int sampleCnt, int stencilBits, const GrGLFramebufferInfo &glInfo) |
SK_API bool | GetGLFramebufferInfo (const GrBackendRenderTarget &, GrGLFramebufferInfo *) |
SK_API GrBackendRenderTarget | MakeMtl (int width, int height, const GrMtlTextureInfo &mtlInfo) |
SK_API bool | GetMtlTextureInfo (const GrBackendRenderTarget &, GrMtlTextureInfo *) |
SK_API GrBackendRenderTarget | MakeVk (int width, int height, const GrVkImageInfo &) |
SK_API bool | GetVkImageInfo (const GrBackendRenderTarget &, GrVkImageInfo *) |
SK_API void | SetVkImageLayout (GrBackendRenderTarget *, VkImageLayout) |
GrBackendRenderTarget | MakeVk (int width, int height, const GrVkImageInfo &vkInfo, sk_sp< skgpu::MutableTextureState > mutableState) |
bool GrBackendRenderTargets::GetGLFramebufferInfo | ( | const GrBackendRenderTarget & | rt, |
GrGLFramebufferInfo * | outInfo | ||
) |
Definition at line 285 of file GrGLBackendSurface.cpp.
bool GrBackendRenderTargets::GetMtlTextureInfo | ( | const GrBackendRenderTarget & | rt, |
GrMtlTextureInfo * | outInfo | ||
) |
Definition at line 213 of file GrMtlBackendSurface.mm.
bool GrBackendRenderTargets::GetVkImageInfo | ( | const GrBackendRenderTarget & | rt, |
GrVkImageInfo * | outInfo | ||
) |
Definition at line 432 of file GrVkBackendSurface.cpp.
GrBackendRenderTarget GrBackendRenderTargets::MakeGL | ( | int | width, |
int | height, | ||
int | sampleCnt, | ||
int | stencilBits, | ||
const GrGLFramebufferInfo & | glInfo | ||
) |
Definition at line 274 of file GrGLBackendSurface.cpp.
GrBackendRenderTarget GrBackendRenderTargets::MakeMtl | ( | int | width, |
int | height, | ||
const GrMtlTextureInfo & | mtlInfo | ||
) |
Definition at line 202 of file GrMtlBackendSurface.mm.
GrBackendRenderTarget GrBackendRenderTargets::MakeVk | ( | int | width, |
int | height, | ||
const GrVkImageInfo & | vkInfo | ||
) |
Definition at line 406 of file GrVkBackendSurface.cpp.
SK_API GrBackendRenderTarget GrBackendRenderTargets::MakeVk | ( | int | width, |
int | height, | ||
const GrVkImageInfo & | vkInfo, | ||
sk_sp< skgpu::MutableTextureState > | mutableState | ||
) |
Definition at line 417 of file GrVkBackendSurface.cpp.
void GrBackendRenderTargets::SetVkImageLayout | ( | GrBackendRenderTarget * | rt, |
VkImageLayout | layout | ||
) |
Definition at line 442 of file GrVkBackendSurface.cpp.