Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h109 virtual uint32_t GetTextureSlotIndex() const = 0;
297 if (info->GetTextureSlotIndex() == textureSlotIndex) { in GetMappedProperty()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dtextureinfo_impl.cpp58 uint32_t GetTextureSlotIndex() const override in GetTextureSlotIndex() function in __anon3650867d0110::TextureInfoImpl
H A Dmaterial_impl.cpp352 if (info->GetTextureSlotIndex() == index) { in GetTextureInfoByIndex()
504 if (info->GetTextureSlotIndex() == ix) { in GetTextureInfo()
1085 return a->GetTextureSlotIndex() < b->GetTextureSlotIndex(); in SynchronizeInputsFromMetadata()