Home
last modified time | relevance | path

Searched refs:GetGraphicsPsoHandleImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp242 RenderHandle NodeContextPsoManager::GetGraphicsPsoHandleImpl(const RenderHandle shader, in GetGraphicsPsoHandleImpl() function in NodeContextPsoManager
329 psoHandle = GetGraphicsPsoHandleImpl( in GetGraphicsPsoHandle()
339 … return GetGraphicsPsoHandleImpl(shader, graphicsState, pipelineLayout, vertexInputDeclarationView, in GetGraphicsPsoHandle()
348 …return GetGraphicsPsoHandleImpl(shader, RenderHandle {}, pipelineLayout, vertexInputDeclarationVie… in GetGraphicsPsoHandle()
H A Dnode_context_pso_manager.h99 …RenderHandle GetGraphicsPsoHandleImpl(const RenderHandle shaderHandle, const RenderHandle graphics…