Home
last modified time | relevance | path

Searched defs:TextureInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h23 struct TextureInfo { struct
24 uint32_t width_ = 0U;
25 uint32_t height_ = 0U;
26 uint32_t textureId_ = 0U;
27 void* nativeWindow_ = nullptr;
28 float widthScale_ = 1.0f;
29 float heightScale_ = 1.0f;
30 float customRatio_ = 0.1f;
31 bool recreateWindow_ = true;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmaterial_component.h162 struct TextureInfo { struct
163 CORE_NS::EntityReference image;
164 CORE_NS::EntityReference sampler;
165 BASE_NS::Math::Vec4 factor;
166 TextureTransform transform;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_impl.h38 class TextureInfo; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h371 struct TextureInfo { in CORE3D_BEGIN_NAMESPACE() struct
376 uint32_t index = GLTF_INVALID_INDEX; in CORE3D_BEGIN_NAMESPACE()
381 uint32_t texCoordIndex = 0; in CORE3D_BEGIN_NAMESPACE()
384 struct TextureTransform { in CORE3D_BEGIN_NAMESPACE()
389 } transform; in CORE3D_BEGIN_NAMESPACE()