Lines Matching full:tout
990 C.indent() << "Type tOut = aout.getType();" << std::endl;
991 C.indent() << "if ((tIn.getCount() != tOut.getCount()) ||" << std::endl;
992 C.indent() << " (tIn.getX() != tOut.getX()) ||" << std::endl;
993 C.indent() << " (tIn.getY() != tOut.getY()) ||" << std::endl;
994 C.indent() << " (tIn.getZ() != tOut.getZ()) ||" << std::endl;
995 C.indent() << " (tIn.hasFaces() != tOut.hasFaces()) ||" << std::endl;
996 C.indent() << " (tIn.hasMipmaps() != tOut.hasMipmaps())) {" << std::endl;