Home | History | Annotate | Download | only in functional

Lines Matching refs:arraySize

5551 		virtual string	basicSubobjectAtIndex			(int index, int arraySize) const = 0;
5571 string basicSubobjectAtIndex (int index, int arraySize) const;
5602 string basicSubobjectAtIndex (int index, int arraySize) const;
5800 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const
5802 const glu::VarType type = m_isArray ? glu::VarType(m_type, arraySize) : m_type;
5817 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const
5820 for (int arrayNdx = 0; arrayNdx < arraySize; arrayNdx++)