Flutter Engine
The Flutter Engine
|
bool GrBackendTextures::GetGLTextureInfo | ( | const GrBackendTexture & | tex, |
GrGLTextureInfo * | outInfo | ||
) |
Definition at line 214 of file GrGLBackendSurface.cpp.
bool GrBackendTextures::GetMtlTextureInfo | ( | const GrBackendTexture & | tex, |
GrMtlTextureInfo * | outInfo | ||
) |
Definition at line 150 of file GrMtlBackendSurface.mm.
bool GrBackendTextures::GetVkImageInfo | ( | const GrBackendTexture & | tex, |
GrVkImageInfo * | outInfo | ||
) |
Definition at line 307 of file GrVkBackendSurface.cpp.
void GrBackendTextures::GLTextureParametersModified | ( | GrBackendTexture * | tex | ) |
Definition at line 224 of file GrGLBackendSurface.cpp.
GrBackendTexture GrBackendTextures::MakeGL | ( | int | width, |
int | height, | ||
skgpu::Mipmapped | mipped, | ||
const GrGLTextureInfo & | glInfo, | ||
sk_sp< GrGLTextureParameters > | params, | ||
std::string_view | label | ||
) |
Definition at line 199 of file GrGLBackendSurface.cpp.
GrBackendTexture GrBackendTextures::MakeGL | ( | int | width, |
int | height, | ||
skgpu::Mipmapped | mipped, | ||
const GrGLTextureInfo & | glInfo, | ||
std::string_view | label = {} |
||
) |
Definition at line 181 of file GrGLBackendSurface.cpp.
GrBackendTexture GrBackendTextures::MakeMtl | ( | int | width, |
int | height, | ||
skgpu::Mipmapped | mipmapped, | ||
const GrMtlTextureInfo & | mtlInfo, | ||
std::string_view | label = {} |
||
) |
Definition at line 136 of file GrMtlBackendSurface.mm.
GrBackendTexture GrBackendTextures::MakeVk | ( | int | width, |
int | height, | ||
const GrVkImageInfo & | vkInfo, | ||
std::string_view | label = {} |
||
) |
Definition at line 278 of file GrVkBackendSurface.cpp.
SK_API GrBackendTexture GrBackendTextures::MakeVk | ( | int | width, |
int | height, | ||
const GrVkImageInfo & | vkInfo, | ||
sk_sp< skgpu::MutableTextureState > | mutableState | ||
) |
Definition at line 292 of file GrVkBackendSurface.cpp.
void GrBackendTextures::SetVkImageLayout | ( | GrBackendTexture * | tex, |
VkImageLayout | layout | ||
) |
Definition at line 317 of file GrVkBackendSurface.cpp.