Home | History | Annotate | Download | only in slang

Lines Matching full:tout

651     C.indent() << "Type tOut = aout.getType();" << std::endl;
652 C.indent() << "if ((tIn.getCount() != tOut.getCount()) ||" << std::endl;
653 C.indent() << " (tIn.getX() != tOut.getX()) ||" << std::endl;
654 C.indent() << " (tIn.getY() != tOut.getY()) ||" << std::endl;
655 C.indent() << " (tIn.getZ() != tOut.getZ()) ||" << std::endl;
656 C.indent() << " (tIn.hasFaces() != tOut.hasFaces()) ||" << std::endl;
657 C.indent() << " (tIn.hasMipmaps() != tOut.hasMipmaps())) {" << std::endl;