Home | History | Annotate | Download | only in opengl

Lines Matching refs:structType

56 VarType::VarType (const StructType* structPtr)
100 for (StructType::ConstIterator iter = m_data.structPtr->begin(); iter != m_data.structPtr->end(); iter++)
152 // StructType implementation.
154 void StructType::addMember (const char* name, const VarType& type)
159 bool StructType::operator== (const StructType& other) const
164 bool StructType::operator!= (const StructType& other) const
377 const StructType* structPtr = curType->getStructPtr();
412 for (StructType::ConstIterator memberIter = decl.structPtr->begin(); memberIter != decl.structPtr->end(); memberIter++)
425 return str << declare(&decl.structType, decl.indentLevel);