Home
last modified time | relevance | path

Searched refs:SetRenderHandle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_bitmap.h52 …virtual void SetRenderHandle(RENDER_NS::RenderHandleReference, const BASE_NS::Math::UVec2 size) = …
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcomponent_dll.cpp122 …void SetRenderHandle(RENDER_NS::RenderHandleReference handle, const BASE_NS::Math::UVec2 size) ove… in SetRenderHandle() function in SceneBitmap
H A Dscene_holder.h367 void SetRenderHandle(const CORE_NS::Entity& target, const CORE_NS::Entity& source);
H A Dpostprocess_effect_impl.cpp143 sh->SetRenderHandle(target, imageEntity); in __anon846687510202()
H A Dbind_templates.inl102 uriBitmap->SetRenderHandle(rh, { desc.width, desc.height });
H A Dmaterial_impl.cpp486 uriBitmap->SetRenderHandle(handle, size); in CheckImageHandle()
H A Dscene_impl.cpp823 bitmap.second.bitmap->SetRenderHandle({}, { 0, 0 }); in DetachScene()
H A Dscene_holder.cpp1263 void SceneHolder::SetRenderHandle(const CORE_NS::Entity& target, const CORE_NS::Entity& source) in SetRenderHandle() function in SceneHolder
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp467 bitmap_->SetRenderHandle(swapchainHandle_, in AttachSwapchain()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp1013 data->bitmap_->SetRenderHandle(data->imageHandle_, { gpuDesc.width, gpuDesc.height }); in CreateImage()