Home
last modified time | relevance | path

Searched refs:CustomRenderInput (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H A Dlume_custom_render.h44 struct CustomRenderInput { struct
59 void Initialize(const CustomRenderInput& input); argument
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp46 void LumeCustomRender::Initialize(const CustomRenderInput& input) in Initialize()