Home
last modified time | relevance | path

Searched refs:backendType (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp50 if (backendType == DeviceBackendType::VULKAN) { in CopyGpuResource()
55 … if ((backendType == DeviceBackendType::OPENGL) || (backendType == DeviceBackendType::OPENGLES)) { in CopyGpuResource()
64 const DeviceBackendType backendType = device.GetBackendType(); in DebugBufferName() local
66 if (backendType == DeviceBackendType::VULKAN) { in DebugBufferName()
71 if (backendType == DeviceBackendType::OPENGL) { in DebugBufferName()
79 const DeviceBackendType backendType = device.GetBackendType(); in DebugImageName() local
81 if (backendType == DeviceBackendType::VULKAN) { in DebugImageName()
86 if (backendType == DeviceBackendType::OPENGL) { in DebugImageName()
94 const DeviceBackendType backendType = device.GetBackendType(); in DebugSamplerName() local
96 if (backendType == DeviceBackendType::VULKAN) { in DebugSamplerName()
[all …]
H A Ddevice.cpp475 void CreateDepthBuffer(const DeviceBackendType backendType, const Swapchain& swapchain, in CreateDepthBuffer() argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp213 const DeviceBackendType backendType = device.GetBackendType(); in ProcessFrameSignalData() local
217 …sd.signalResourceType = (backendType == DeviceBackendType::VULKAN) ? SignalResourceType::GPU_SEMAP… in ProcessFrameSignalData()
369 const DeviceBackendType backendType = device_.GetBackendType(); in AddGpuSignal() local
371 …if ((backendType == DeviceBackendType::VULKAN) && (signalResourceType != SignalResourceType::GPU_S… in AddGpuSignal()
373 } else if ((backendType != DeviceBackendType::VULKAN) && in AddGpuSignal()
379 static_cast<uint32_t>(backendType)); in AddGpuSignal()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_service_ability.cpp90 BackendType backendType = BackendType::SERVICE; in OnStart() local
112 options.type = backendType; in OnStart()
H A Dace_data_ability.cpp91 BackendType backendType = BackendType::DATA; in OnStart() local
112 options.type = backendType; in OnStart()
H A Dace_form_ability.cpp85 BackendType backendType = BackendType::FORM; in LoadFormEnv() local
106 options.type = backendType; in LoadFormEnv()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.cpp76 OH_NN_ReturnCode NNBackend::GetBackendType(OH_NN_DeviceType& backendType) const in GetBackendType()
83 OH_NN_ReturnCode ret = m_device->GetDeviceType(backendType); in GetBackendType()
H A Dnnbackend.h37 OH_NN_ReturnCode GetBackendType(OH_NN_DeviceType& backendType) const override;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend.h37 virtual OH_NN_ReturnCode GetBackendType(OH_NN_DeviceType& backendType) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp44 …const string_view name, const DeviceBackendType backendType, const IRenderNode::BackendFlags backe… in ValidateBackendFlags() argument
48 if ((backendType == DeviceBackendType::VULKAN) && in ValidateBackendFlags()
51 } else if ((backendType == DeviceBackendType::OPENGLES) && in ValidateBackendFlags()
54 } else if ((backendType == DeviceBackendType::OPENGL) && in ValidateBackendFlags()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h112 DeviceBackendType backendType { DeviceBackendType::VULKAN };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp312 string_view GetPipelineCacheUri(DeviceBackendType backendType) in GetPipelineCacheUri() argument
314 switch (backendType) { in GetPipelineCacheUri()
528 switch (createInfo.backendType) { in CreateDevice()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.h104 RENDER_NS::DeviceBackendType backendType { RENDER_NS::DeviceBackendType::VULKAN };
H A Drender_node_default_camera_controller.cpp543 …camRes_.backendType = renderNodeContextMgr_->GetRenderNodeGraphData().renderingConfiguration.rende… in InitNode()
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp242 deviceCreateInfo.backendType = RENDER_NS::DeviceBackendType::OPENGLES; in InitEngine()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp246 deviceCreateInfo.backendType = RENDER_NS::DeviceBackendType::VULKAN; in CreateRenderContext()
253 deviceCreateInfo.backendType = Render::DeviceBackendType::OPENGLES; in CreateRenderContext()