Searched refs:w_info (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 433 [this, textureSlotIndex, w_info = Base::weak_ptr(info)]() { in BindTextureSlot() 434 CheckImageHandle(textureSlotIndex, w_info); in BindTextureSlot() 449 void CheckImageHandle(size_t arrayIx, BASE_NS::weak_ptr<SCENE_NS::ITextureInfo> w_info) in CheckImageHandle() argument 455 [entity = EcsObject()->GetEntity(), arrayIx, w_info](SceneHolder::Ptr sh) { in CheckImageHandle() 490 … w_info, handle, BASE_NS::Math::UVec2(imageDesc.width, imageDesc.height)), in CheckImageHandle()
|