Home | History | Annotate | Download | only in functional

Lines Matching refs:getArraySize

203 			for (int ndx = 0; ndx < type.getArraySize(); ++ndx)
433 if (varType.getArraySize() != glu::VarType::UNSIZED_ARRAY)
435 for (int ndx = 0; ndx < varType.getArraySize(); ++ndx)
592 if (varType.getArraySize() != glu::VarType::UNSIZED_ARRAY)
594 for (int ndx = 0; ndx < varType.getArraySize(); ++ndx)
885 const int arraySize = (complexType.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (complexType.getArraySize());
1093 const int arraySize = (type.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (type.getArraySize());
1244 ? (shader->getDefaultBlock().variables[ndx].varType.getArraySize())