Home
last modified time | relevance | path

Searched refs:SetValidationDebugName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pool_manager.h42 virtual void SetValidationDebugName(const BASE_NS::string_view debugName) = 0; in RENDER_BEGIN_NAMESPACE()
H A Dnode_context_descriptor_set_manager.h124 void SetValidationDebugName(const BASE_NS::string_view debugName);
H A Dnode_context_descriptor_set_manager.cpp485 void NodeContextDescriptorSetManager::SetValidationDebugName(const string_view debugName) in SetValidationDebugName() function in NodeContextDescriptorSetManager
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.h65 void SetValidationDebugName(const BASE_NS::string_view debugName) override {}; in SetValidationDebugName() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.h91 void SetValidationDebugName(const BASE_NS::string_view debugName) override;
H A Dnode_context_pool_manager_vk.cpp514 void NodeContextPoolManagerVk::SetValidationDebugName(const string_view debugName) in SetValidationDebugName() function in NodeContextPoolManagerVk
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp166 … nodeContextData.nodeContextDescriptorSetMgr->SetValidationDebugName(renderNodeData.fullName); in InitializeRenderNodeContextData()
167 nodeContextData.nodeContextPoolMgr->SetValidationDebugName(renderNodeData.fullName); in InitializeRenderNodeContextData()