Home
last modified time | relevance | path

Searched refs:DrawFrame (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp125 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
131 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
134 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
136 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
139 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
142 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
144 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
147 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
150 renderEnvironment->DrawFrame(tex, type); in HWTEST_F()
152 renderEnvironment->DrawFrame(te in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dwidget_adapter.cpp85 bool WidgetAdapter::DrawFrame() in DrawFrame() function in OHOS::Render3D::WidgetAdapter
87 WIDGET_SCOPED_TRACE("WidgetAdpater::DrawFrame"); in DrawFrame()
92 engine_->DrawFrame(); in DrawFrame()
H A Dgraphics_manager_common.cpp241 void GraphicsManagerCommon::DrawFrame(void* ecs, void* handles) in DrawFrame() function in OHOS::Render3D::GraphicsManagerCommon
243 WIDGET_SCOPED_TRACE("GraphicsManagerCommon::DrawFrame"); in DrawFrame()
245 WIDGET_LOGD("ACE-3D DrawFrame ecss size %zu", ecss_.size()); in DrawFrame()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddraw_delegate.h42 void DrawFrame(RefPtr<Flutter::Layer>& rootLayer, const Rect& dirty) in DrawFrame() function in OHOS::OHOS::Ace::DrawDelegate
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dwidget_adapter.h53 bool DrawFrame();
H A Dgraphics_manager_common.h60 void DrawFrame(void* ecs, void* handles);
H A Di_engine.h65 virtual void DrawFrame() = 0;
/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.h58 void DrawFrame() override{};
H A D3d_widget_adapter_test.cpp287 bool ret = adapter.DrawFrame(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp217 DrawFrame(); in OnPaint3D()
220 void ModelAdapterWrapper::DrawFrame() in DrawFrame() function in ModelAdapterWrapper
244 adapter->widgetAdapter_->DrawFrame(); in DrawFrame()
H A Dmodel_adapter_wrapper.h84 void DrawFrame();
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h174 IMAGE_EFFECT_EXPORT void DrawFrame(GLuint texId, GraphicTransformType type);
H A Drender_environment.cpp366 void RenderEnvironment::DrawFrame(GLuint texId, GraphicTransformType type) in DrawFrame() function in OHOS::Media::Effect::RenderEnvironment
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_painter.h78 static void DrawFrame(
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp1360 RSPropertiesPainter::DrawFrame(properties, canvas, cmds); in HWTEST_F()
1366 RSPropertiesPainter::DrawFrame(properties, canvas, cmds); in HWTEST_F()
1385 RSPropertiesPainter::DrawFrame(properties, canvas, cmds); in HWTEST_F()
1387 RSPropertiesPainter::DrawFrame(properties, canvas, cmds); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp236 delegate->sceneViewerAdapter_.DrawFrame();
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp219 modelPattern->modelAdapter_->DrawFrame(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp128 RSPropertiesPainter::DrawFrame(context.properties_, *context.canvas_, cmds); in Apply()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h150 void DrawFrame() override;
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp516 context->renderEnvironment_->DrawFrame(tex, transformType); in PushData()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp531 void LumeCommon::DrawFrame() in DrawFrame() function in OHOS::Render3D::LumeCommon
533 WIDGET_SCOPED_TRACE("LumeCommon::DrawFrame"); in DrawFrame()
822 OHOS::Render3D::GraphicsManager::GetInstance().DrawFrame(reinterpret_cast<void *>(ecs_.get()), in DeferDraw()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp776 impl_->effectContext_->renderEnvironment_->DrawFrame(tex, transform); in ConsumerBufferWithGPU()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1176 void RSPropertiesPainter::DrawFrame( in DrawFrame() function in OHOS::Rosen::RSPropertiesPainter

Completed in 21 milliseconds