Home | History | Annotate | Download | only in opengl

Lines Matching refs:StructType

57 VarType::VarType (const StructType* structPtr)
101 for (StructType::ConstIterator iter = m_data.structPtr->begin(); iter != m_data.structPtr->end(); iter++)
153 // StructType implementation.
155 void StructType::addMember (const char* name, const VarType& type)
160 bool StructType::operator== (const StructType& other) const
165 bool StructType::operator!= (const StructType& other) const
378 const StructType* structPtr = curType->getStructPtr();
413 for (StructType::ConstIterator memberIter = decl.structPtr->begin(); memberIter != decl.structPtr->end(); memberIter++)
426 return str << declare(&decl.structType, decl.indentLevel);