Lines Matching refs:TCAssertMsg

134 	TCAssertMsg( (fp != NULL), "TCReadTplTextFile: couldn't open %s for read\n", fileName );  in TCReadTplTxtFile()
267 TCAssertMsg( (fileName != NULL), "TCProcessSiKey: NULL fileName for file %d\n", index ); in TCProcessSiKey()
268 TCAssertMsg( (*fileName != '\0'), "TCProcessSiKey: NULL fileName for file %d\n", index ); in TCProcessSiKey()
278TCAssertMsg( (len <= (NAME_SIZE-1)), "TCProcessSiKey: length of (%s + path) > %d characters\n", (N… in TCProcessSiKey()
293TCAssertMsg( (newSi != NULL),"ProcessSiKey: couldn't allocate memory for new source image %d\n", i… in TCProcessSiKey()
319TCAssertMsg( (attList != NULL), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
320TCAssertMsg( (*attList != '\0'), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
326TCAssertMsg( (icPtr != NULL), "ProcessImKey: problem reading color index for image %d in script fi… in TCProcessImKey()
329TCAssertMsg( (iaPtr != NULL), "ProcessImKey: problem reading alpha index for image %d in script fi… in TCProcessImKey()
332TCAssertMsg( (fmtPtr != NULL), "ProcessImKey: problem reading output format for image %d in script… in TCProcessImKey()
343TCAssertMsg( (maxLODPtr != NULL), "ProcessImKey: problem reading max LOD for image %d in script fi… in TCProcessImKey()
345TCAssertMsg( (isdigit( *maxLODPtr )), "ProcessImKey: missing max LOD for image %d (should be a num… in TCProcessImKey()
348TCAssertMsg( (baseLODPtr != NULL), "ProcessImKey: problem reading remap base LOD for image %d in s… in TCProcessImKey()
350TCAssertMsg( (isdigit( *baseLODPtr )), "ProcessImKey: missing base LOD for image %d (should be a n… in TCProcessImKey()
356TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
366TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
381TCAssertMsg( (icNum != TC_UNUSED), "TCProcessImKey: invalid color index for image %d in script fil… in TCProcessImKey()
476 TCAssertMsg( (newIm != NULL), "ProcessImKey: couldn't allocate new image %d\n", index ); in TCProcessImKey()
500TCAssertMsg( (attList != NULL), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
501TCAssertMsg( (*attList != '\0'), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
507TCAssertMsg( (psPtr != NULL), "ProcessPlKey: problem reading file index for palette %d in script f… in TCProcessPlKey()
510TCAssertMsg( (fmtPtr != NULL), "ProcessPlKey: problem reading output format for palette %d in scri… in TCProcessPlKey()
520TCAssertMsg( (psNum != TC_UNUSED), "TCProcessPlKey: invalid color index for palette %d in script f… in TCProcessPlKey()
544 TCAssertMsg( (newPl != NULL), "ProcessPlKey: couldn't allocate palette %d\n", index ); in TCProcessPlKey()
566TCAssertMsg( (attList != NULL), "TCProcessTxKey: missing attribute list for texture %d in script … in TCProcessTxKey()
567TCAssertMsg( (*attList != '\0'), "TCProcessTxKey: missing attribute list for texture %d in script … in TCProcessTxKey()
573TCAssertMsg( (imPtr != NULL), "ProcessTxKey: problem reading image index for texture %d in script … in TCProcessTxKey()
576TCAssertMsg( (plPtr != NULL), "ProcessTxKey: problem reading palette index for texture %d in scrip… in TCProcessTxKey()
584TCAssertMsg( (imNum != TC_UNUSED), "TCProcessTxKey: invalid image index for texture %d in script f… in TCProcessTxKey()
593 TCAssertMsg( (newTx != NULL), "ProcessTxKey(): couldn't allocate new Texture %d\n", index ); in TCProcessTxKey()