Home | History | Annotate | Download | only in functional

Lines Matching refs:enclosingNode

196 							Node				(NodeType type, const SharedPtr& enclosingNode) : m_type(type), m_enclosingNode(enclosingNode) { DE_ASSERT(type < TYPE_LAST); }
222 Shader (const SharedPtr& enclosingNode, glu::ShaderType type, glu::GLSLVersion version)
223 : Node (TYPE_SHADER, enclosingNode)
227 DE_ASSERT(enclosingNode->getType() == TYPE_PROGRAM);