Home
last modified time | relevance | path

Searched defs:backendType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp48 const DeviceBackendType backendType = device.GetBackendType(); in CopyGpuResource() local
64 const DeviceBackendType backendType = device.GetBackendType(); in DebugBufferName() local
79 const DeviceBackendType backendType = device.GetBackendType(); in DebugImageName() local
94 const DeviceBackendType backendType = device.GetBackendType(); in DebugSamplerName() local
H A Ddevice.cpp475 void CreateDepthBuffer(const DeviceBackendType backendType, const Swapchain& swapchain, in CreateDepthBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp213 const DeviceBackendType backendType = device.GetBackendType(); in ProcessFrameSignalData() local
369 const DeviceBackendType backendType = device_.GetBackendType(); in AddGpuSignal() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_service_ability.cpp90 BackendType backendType = BackendType::SERVICE; in OnStart() local
H A Dace_form_ability.cpp85 BackendType backendType = BackendType::FORM; in LoadFormEnv() local
H A Dace_data_ability.cpp91 BackendType backendType = BackendType::DATA; in OnStart() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp312 string_view GetPipelineCacheUri(DeviceBackendType backendType) in GetPipelineCacheUri()
/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()