Lines Matching defs:enclosing
303 DefaultBlock(const SharedPtr &enclosing) : Node(TYPE_DEFAULT_BLOCK, enclosing) in DefaultBlock()
313 StorageQualifier(const SharedPtr &enclosing, glu::Storage storage) in StorageQualifier()
327 …Variable(const SharedPtr &enclosing, glu::DataType dataType) : Node(TYPE_VARIABLE, enclosing), m_d… in Variable()
341 …InterfaceBlock(const SharedPtr &enclosing, bool named) : Node(TYPE_INTERFACE_BLOCK, enclosing), m_… in InterfaceBlock()
360 ArrayElement(const SharedPtr &enclosing, int arraySize = DEFAULT_SIZE) in ArrayElement()
382 StructMember(const SharedPtr &enclosing) : Node(TYPE_STRUCT_MEMBER, enclosing) in StructMember()
394 LayoutQualifier(const SharedPtr &enclosing, const glu::Layout &layout) in LayoutQualifier()
409 InterpolationQualifier(const SharedPtr &enclosing, const glu::Interpolation &interpolation) in InterpolationQualifier()
441 ShaderSet::ShaderSet(const SharedPtr &enclosing, glu::GLSLVersion version) in ShaderSet()
451 ShaderSet::ShaderSet(const SharedPtr &enclosing, glu::GLSLVersion version, uint32_t stagesPresentBi… in ShaderSet()
502 TransformFeedbackTarget(const SharedPtr &enclosing, const char *builtinVarName = DE_NULL) in TransformFeedbackTarget()