Home
last modified time | relevance | path

Searched refs:GetIsMipMapped (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_texture_info.cpp126 static_cast<GrMipMapped>(info.GetIsMipMapped()), grGLTextureInfo); in ConvertToGrBackendTexture()
132 static_cast<GrMipMapped>(info.GetIsMipMapped()), grGLTextureInfo); in ConvertToGrBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_texture_info_test.cpp83 EXPECT_FALSE(textureInfo.GetIsMipMapped());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h162 bool GetIsMipMapped() const in GetIsMipMapped() function