Searched refs:GetGraphicsStateRef (Results 1 – 3 of 3) sorted by relevance
179 const GraphicsState& GetGraphicsStateRef(const RenderHandleReference& handle) const;180 const GraphicsState& GetGraphicsStateRef(const RenderHandle& handle) const;
1083 return GetGraphicsStateRef(handle); in GetGraphicsState()1093 const GraphicsState& ShaderManager::GetGraphicsStateRef(const RenderHandle& handle) const in GetGraphicsStateRef() function in ShaderManager1110 const GraphicsState& ShaderManager::GetGraphicsStateRef(const RenderHandleReference& handle) const in GetGraphicsStateRef() function in ShaderManager1112 return GetGraphicsStateRef(handle.GetHandle()); in GetGraphicsStateRef()2328 return shaderMgr_.GetGraphicsStateRef(handle); in GetGraphicsState()
424 … : shaderMgr_.GetGraphicsStateRef(psoDataRef.graphicsStateHandle); in GetGraphicsPso()