Home
last modified time | relevance | path

Searched refs:ConvertToTextureInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_texture_info.h46 static TextureInfo ConvertToTextureInfo(const GrBackendTexture& grBackendTexture);
H A Dskia_texture_info.cpp137 TextureInfo SkiaTextureInfo::ConvertToTextureInfo(const GrBackendTexture& grBackendTexture) in ConvertToTextureInfo() function in OHOS::Rosen::Drawing::SkiaTextureInfo
H A Dskia_surface.cpp395 backendTexture.SetTextureInfo(SkiaTextureInfo::ConvertToTextureInfo(grBackendTexture)); in GetBackendTexture()
398 backendTexture.SetTextureInfo(SkiaTextureInfo::ConvertToTextureInfo(grBackendTexture)); in GetBackendTexture()
H A Dskia_image.cpp336 backendTexture.SetTextureInfo(SkiaTextureInfo::ConvertToTextureInfo(skBackendTexture)); in GetBackendTexture()
339 backendTexture.SetTextureInfo(SkiaTextureInfo::ConvertToTextureInfo(skBackendTexture)); in GetBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_texture_info_test.cpp79 TextureInfo textureInfo = SkiaTextureInfo::ConvertToTextureInfo(texture);