/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 125 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 D | widget_adapter.cpp | 85 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 D | graphics_manager_common.cpp | 241 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 D | draw_delegate.h | 42 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 D | widget_adapter.h | 53 bool DrawFrame();
|
H A D | graphics_manager_common.h | 60 void DrawFrame(void* ecs, void* handles);
|
H A D | i_engine.h | 65 virtual void DrawFrame() = 0;
|
/foundation/graphic/graphic_3d/3d_widget_adapter/test/ |
H A D | 3d_widget_adapter_test.h | 58 void DrawFrame() override{};
|
H A D | 3d_widget_adapter_test.cpp | 287 bool ret = adapter.DrawFrame(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_adapter_wrapper.cpp | 217 DrawFrame(); in OnPaint3D() 220 void ModelAdapterWrapper::DrawFrame() in DrawFrame() function in ModelAdapterWrapper 244 adapter->widgetAdapter_->DrawFrame(); in DrawFrame()
|
H A D | model_adapter_wrapper.h | 84 void DrawFrame();
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.h | 174 IMAGE_EFFECT_EXPORT void DrawFrame(GLuint texId, GraphicTransformType type);
|
H A D | render_environment.cpp | 366 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 D | rs_properties_painter.h | 78 static void DrawFrame(
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 1360 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 D | render_scene_viewer.cpp | 236 delegate->sceneViewerAdapter_.DrawFrame();
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/ |
H A D | model_test_ng.cpp | 219 modelPattern->modelAdapter_->DrawFrame(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_modifier.cpp | 128 RSPropertiesPainter::DrawFrame(context.properties_, *context.canvas_, cmds); in Apply()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/ |
H A D | lume_common.h | 150 void DrawFrame() override;
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/ |
H A D | image_sink_filter.cpp | 516 context->renderEnvironment_->DrawFrame(tex, transformType); in PushData()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 531 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 D | image_effect_inner.cpp | 776 impl_->effectContext_->renderEnvironment_->DrawFrame(tex, transform); in ConsumerBufferWithGPU()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1176 void RSPropertiesPainter::DrawFrame( in DrawFrame() function in OHOS::Rosen::RSPropertiesPainter
|