Home
last modified time | relevance | path

Searched defs:isUniRender (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/ipc_callbacks/
H A Drs_surface_buffer_callback.h36 bool isUniRender; member
41 bool isUniRender; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_innovation_test.cpp65 bool isUniRender = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_innovation.cpp38 bool RSInnovation::GetParallelCompositionEnabled(bool isUniRender) in GetParallelCompositionEnabled()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp129 auto isUniRender = mainThread->isUniRender_; variable
236 auto isUniRender = mainThread->isUniRender_; variable
1314 bool isUniRender = mainThread->isUniRender_; variable
1330 bool isUniRender = mainThread->isUniRender_; variable
1385 bool isUniRender = mainThread->isUniRender_; variable
1401 bool isUniRender = mainThread->isUniRender_; variable
1480 bool isUniRender = mainThread->isUniRender_; variable
1618 bool isUniRender = mainThread->isUniRender_; variable
1899 bool isUniRender = mainThread->isUniRender_; variable
1919 bool isUniRender = mainThread->isUniRender_; variable
[all …]
H A Drs_surface_capture_task_test.cpp765 auto isUniRender = visitor_->isUniRender_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task.cpp118 std::shared_ptr<RSSurfaceRenderNode> node, bool isUniRender) in CreatePixelMapBySurfaceNode()
144 std::shared_ptr<RSDisplayRenderNode> node, bool isUniRender) in CreatePixelMapByDisplayNode()
286 …tureVisitor::RSSurfaceCaptureVisitor(const RSSurfaceCaptureConfig& captureConfig, bool isUniRender) in RSSurfaceCaptureVisitor()
H A Drs_main_thread.cpp342 static inline void WaitUntilUploadTextureTaskFinished(bool isUniRender) in WaitUntilUploadTextureTaskFinished()
2239 void RSMainThread::CallbackDrawContextStatusToWMS(bool isUniRender) in CallbackDrawContextStatusToWMS()
3772 void RSMainThread::ResetHardwareEnabledState(bool isUniRender) in ResetHardwareEnabledState()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp104 static bool isUniRender = RSSystemProperties::GetUniRenderEnabled(); in Marshalling() local
228 bool isUniRender = false; in UnmarshallingCommand() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp107 bool isUniRender = GetData<bool>(); in RSBaseRenderNodeFuzzTest() local
248 bool isUniRender = GetData<bool>(); in RSDisplayRenderNodeFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_buffer_callback_manager.cpp42 void RSSurfaceBufferCallbackManager::SetIsUniRender(bool isUniRender) in SetIsUniRender()
H A Drs_display_render_node.cpp48 …hared_ptr<RSBaseRenderNode>& node, std::vector<RSBaseRenderNode::SharedPtr>& vec, bool isUniRender, in CollectSurface()
H A Drs_surface_render_node.cpp273 std::vector<RSBaseRenderNode::SharedPtr>& vec, bool isUniRender, bool onlyFirstLevel) in CollectSurface()
1413 Occlusion::Rect RSSurfaceRenderNode::GetSurfaceOcclusionRect(bool isUniRender) in GetSurfaceOcclusionRect()
1449 bool isUniRender, in AccumulateOcclusionRegion()
H A Drs_draw_cmd.cpp746 void DrawSurfaceBufferOpItem::SetIsUniRender(bool isUniRender) in SetIsUniRender()
H A Drs_render_node.cpp956 …t std::shared_ptr<RSRenderNode>& node, std::vector<RSRenderNode::SharedPtr>& vec, bool isUniRender, in CollectSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp421 bool isUniRender = true; variable
438 bool isUniRender = true; variable
1507 bool isUniRender = true; variable
1550 bool isUniRender = true; variable
H A Drs_display_render_node_test.cpp318 bool isUniRender = true; variable
H A Drs_surface_render_node_two_test.cpp543 bool isUniRender = true; variable
H A Drs_base_render_node_test.cpp1106 bool isUniRender = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h212 void SetUniRenderFlag(bool isUniRender) in SetUniRenderFlag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp633 void RosenRenderSurface::SetIsUniRender(bool isUniRender) in DrawBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp343 static bool isUniRender = RSUniRenderJudgement::IsUniRender(); in OnRemoteRequest() local