/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_util.cpp | 50 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 D | device.cpp | 475 void CreateDepthBuffer(const DeviceBackendType backendType, const Swapchain& swapchain, in CreateDepthBuffer() argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | render_frame_util.cpp | 213 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 D | ace_service_ability.cpp | 90 BackendType backendType = BackendType::SERVICE; in OnStart() local 112 options.type = backendType; in OnStart()
|
H A D | ace_data_ability.cpp | 91 BackendType backendType = BackendType::DATA; in OnStart() local 112 options.type = backendType; in OnStart()
|
H A D | ace_form_ability.cpp | 85 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 D | nnbackend.cpp | 76 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 D | nnbackend.h | 37 OH_NN_ReturnCode GetBackendType(OH_NN_DeviceType& backendType) const override;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | backend.h | 37 virtual OH_NN_ReturnCode GetBackendType(OH_NN_DeviceType& backendType) const = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_graph_manager.cpp | 44 …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 D | intf_device.h | 112 DeviceBackendType backendType { DeviceBackendType::VULKAN };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_context.cpp | 312 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 D | render_node_default_camera_controller.h | 104 RENDER_NS::DeviceBackendType backendType { RENDER_NS::DeviceBackendType::VULKAN };
|
H A D | render_node_default_camera_controller.cpp | 543 …camRes_.backendType = renderNodeContextMgr_->GetRenderNodeGraphData().renderingConfiguration.rende… in InitNode()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/ |
H A D | scene_adapter.cpp | 242 deviceCreateInfo.backendType = RENDER_NS::DeviceBackendType::OPENGLES; in InitEngine()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 246 deviceCreateInfo.backendType = RENDER_NS::DeviceBackendType::VULKAN; in CreateRenderContext() 253 deviceCreateInfo.backendType = Render::DeviceBackendType::OPENGLES; in CreateRenderContext()
|