Lines Matching refs:TCAssertMsg

129 	TCAssertMsg( (fp != NULL), "TCReadTplTextFile: couldn't open %s for read\n", fileName );  in TCReadTplTxtFile()
262 TCAssertMsg( (fileName != NULL), "TCProcessSiKey: NULL fileName for file %d\n", index ); in TCProcessSiKey()
263 TCAssertMsg( (*fileName != '\0'), "TCProcessSiKey: NULL fileName for file %d\n", index ); in TCProcessSiKey()
273TCAssertMsg( (len <= (NAME_SIZE-1)), "TCProcessSiKey: length of (%s + path) > %d characters\n", (N… in TCProcessSiKey()
288TCAssertMsg( (newSi != NULL),"ProcessSiKey: couldn't allocate memory for new source image %d\n", i… in TCProcessSiKey()
314TCAssertMsg( (attList != NULL), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
315TCAssertMsg( (*attList != '\0'), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
321TCAssertMsg( (icPtr != NULL), "ProcessImKey: problem reading color index for image %d in script fi… in TCProcessImKey()
324TCAssertMsg( (iaPtr != NULL), "ProcessImKey: problem reading alpha index for image %d in script fi… in TCProcessImKey()
327TCAssertMsg( (fmtPtr != NULL), "ProcessImKey: problem reading output format for image %d in script… in TCProcessImKey()
338TCAssertMsg( (maxLODPtr != NULL), "ProcessImKey: problem reading max LOD for image %d in script fi… in TCProcessImKey()
340TCAssertMsg( (isdigit( *maxLODPtr )), "ProcessImKey: missing max LOD for image %d (should be a num… in TCProcessImKey()
343TCAssertMsg( (baseLODPtr != NULL), "ProcessImKey: problem reading remap base LOD for image %d in s… in TCProcessImKey()
345TCAssertMsg( (isdigit( *baseLODPtr )), "ProcessImKey: missing base LOD for image %d (should be a n… in TCProcessImKey()
351TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
361TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
376TCAssertMsg( (icNum != TC_UNUSED), "TCProcessImKey: invalid color index for image %d in script fil… in TCProcessImKey()
471 TCAssertMsg( (newIm != NULL), "ProcessImKey: couldn't allocate new image %d\n", index ); in TCProcessImKey()
495TCAssertMsg( (attList != NULL), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
496TCAssertMsg( (*attList != '\0'), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
502TCAssertMsg( (psPtr != NULL), "ProcessPlKey: problem reading file index for palette %d in script f… in TCProcessPlKey()
505TCAssertMsg( (fmtPtr != NULL), "ProcessPlKey: problem reading output format for palette %d in scri… in TCProcessPlKey()
515TCAssertMsg( (psNum != TC_UNUSED), "TCProcessPlKey: invalid color index for palette %d in script f… in TCProcessPlKey()
539 TCAssertMsg( (newPl != NULL), "ProcessPlKey: couldn't allocate palette %d\n", index ); in TCProcessPlKey()
561TCAssertMsg( (attList != NULL), "TCProcessTxKey: missing attribute list for texture %d in script … in TCProcessTxKey()
562TCAssertMsg( (*attList != '\0'), "TCProcessTxKey: missing attribute list for texture %d in script … in TCProcessTxKey()
568TCAssertMsg( (imPtr != NULL), "ProcessTxKey: problem reading image index for texture %d in script … in TCProcessTxKey()
571TCAssertMsg( (plPtr != NULL), "ProcessTxKey: problem reading palette index for texture %d in scrip… in TCProcessTxKey()
579TCAssertMsg( (imNum != TC_UNUSED), "TCProcessTxKey: invalid image index for texture %d in script f… in TCProcessTxKey()
588 TCAssertMsg( (newTx != NULL), "ProcessTxKey(): couldn't allocate new Texture %d\n", index ); in TCProcessTxKey()