Home
last modified time | relevance | path

Searched refs:GetBackendType (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp48 const DeviceBackendType backendType = device.GetBackendType(); in CopyGpuResource()
64 const DeviceBackendType backendType = device.GetBackendType(); in DebugBufferName()
79 const DeviceBackendType backendType = device.GetBackendType(); in DebugImageName()
94 const DeviceBackendType backendType = device.GetBackendType(); in DebugSamplerName()
H A Ddevice.cpp616 … CreateDepthBuffer(GetBackendType(), *swapchainData.swapchain, *gpuResourceMgr_, swapchainData); in CreateSwapchainImpl()
H A Dshader_manager.cpp2126 shaderLoader_ = make_unique<ShaderLoader>(*fileMgr_, *this, device_.GetBackendType()); in SetFileManager()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h130 virtual DeviceBackendType GetBackendType() const = 0;
181 virtual DeviceBackendType GetBackendType() const = 0;
/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;
H A Dneural_network_core.cpp107 OH_NN_ReturnCode ret = backend->GetBackendType(*deviceType); in OH_NNDevice_GetType()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h37 OH_NN_ReturnCode GetBackendType(OH_NN_DeviceType& backendType) const override;
H A Dnnbackend.cpp76 OH_NN_ReturnCode NNBackend::GetBackendType(OH_NN_DeviceType& backendType) const in GetBackendType() function in OHOS::NeuralNetworkRuntime::NNBackend
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h100 DeviceBackendType GetBackendType() const override;
287 DeviceBackendType GetBackendType() const override;
H A Ddevice_vk.cpp884 DeviceBackendType DeviceVk::GetBackendType() const in GetBackendType() function in DeviceVk
1439 DeviceBackendType LowLevelDeviceVk::GetBackendType() const in GetBackendType() function in LowLevelDeviceVk
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp152 if (device.GetBackendType() == DeviceBackendType::OPENGLES) { in ExtractInfo()
164 if (device.GetBackendType() == DeviceBackendType::OPENGL) { in ExtractInfo()
H A Ddevice_gles.h96 DeviceBackendType GetBackendType() const override;
425 DeviceBackendType GetBackendType() const override;
H A Ddevice_gles.cpp1162 DeviceBackendType DeviceGLES::GetBackendType() const in GetBackendType() function in DeviceGLES
2185 DeviceBackendType LowLevelDeviceGLES::GetBackendType() const in GetBackendType() function in LowLevelDeviceGLES
2187 return deviceGLES_.GetBackendType(); in GetBackendType()
H A Dnode_context_pool_manager_gles.cpp680 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) {
H A Drender_backend_gles.cpp708 if (device_.GetBackendType() == DeviceBackendType::OPENGL) { in RenderBackendGLES()
713 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) { in RenderBackendGLES()
721 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) { in RenderBackendGLES()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp213 const DeviceBackendType backendType = device.GetBackendType(); in ProcessFrameSignalData()
369 const DeviceBackendType backendType = device_.GetBackendType(); in AddGpuSignal()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp208 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendType(backendName));
226 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendType(backendName));
246 EXPECT_EQ(OH_NN_SUCCESS, hdiDevice->GetBackendType(backendName));
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp376 … if (auto file = fileManager_->CreateFile(GetPipelineCacheUri(device_->GetBackendType())); file) { in ~RenderContext()
406 … if (auto file = fileManager_->OpenFile(GetPipelineCacheUri(device_->GetBackendType())); file) { in Init()
H A Drenderer.cpp412 if (device.GetBackendType() == DeviceBackendType::VULKAN) { in CreateDefaultRenderNodeGraphs()
464 renderConfig_ = { device_.GetBackendType(), RenderingConfiguration::NdcOrigin::TOP_LEFT }; in Renderer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp289 … ValidateBackendFlags(combinedNodeName, device_.GetBackendType(), typeInfoFlags.backendFlags); in PendingCreate()
432 … ValidateBackendFlags(desc.typeName, device_.GetBackendType(), tiFlags.backendFlags); in PendingAllocRenderNode()
H A Dnode_context_pso_manager.cpp414 …(device_.GetBackendType() == DeviceBackendType::VULKAN) ? Hash(handle.id, psoStateHash) : handle.i… in GetGraphicsPso()
H A Drender_node_post_process_util.cpp128 deviceBackendType_ = renderNodeContextMgr_->GetRenderContext().GetDevice().GetBackendType(); in Init()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp147 …: context_(graphicsContext.GetRenderContext()), backendType_(context_.GetDevice().GetBackendType()) in RenderUtil()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp98 MOCK_CONST_METHOD1(GetBackendType, OH_NN_ReturnCode(OH_NN_DeviceType&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp142 MOCK_CONST_METHOD1(GetBackendType, OH_NN_ReturnCode(OH_NN_DeviceType&));

12