Home
last modified time | relevance | path

Searched refs:WebGLUpdate (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h80 void WebGLUpdate();
H A Dcustom_paint_component.cpp85 void CanvasTaskPool::WebGLUpdate() in WebGLUpdate() function in OHOS::Ace::CanvasTaskPool
87 auto task = [](RenderCustomPaint& interface, const Offset& offset) { interface.WebGLUpdate(); }; in WebGLUpdate()
H A Drender_custom_paint.h119 virtual void WebGLUpdate() = 0;
H A Drosen_render_custom_paint.h104 void WebGLUpdate() override;
H A Drosen_render_custom_paint.cpp2841 void RosenRenderCustomPaint::WebGLUpdate() function in OHOS::Ace::RosenRenderCustomPaint
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp451 pool->WebGLUpdate(); in HandleWebglContext()