Home
last modified time | relevance | path

Searched refs:TCErrorMsg (Results 1 – 13 of 13) sorted by relevance

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCVerify.cpp79 TCErrorMsg( "TCVerifyLists: unable to open file %s for read\n", siPtr->fileName ); in TCVerifyLists()
93 TCErrorMsg( "TCVerifyLists: no matching source image for image %d color layer\n", imPtr->index ); in TCVerifyLists()
102TCErrorMsg( "TCVerifyLists: no matching source image for image %d alpha layer\n", imPtr->index ); in TCVerifyLists()
118 TCErrorMsg( "TCVerifyLists: no matching source image for palette %d srcImage\n", plPtr->index); in TCVerifyLists()
133 TCErrorMsg( "TCVerifyLists: no matching image for texture %d\n", txPtr->index); in TCVerifyLists()
142 TCErrorMsg( "TCVerifyLists: no matching palette for texture %d\n", txPtr->index); in TCVerifyLists()
DTCLayer.cpp116 TCErrorMsg( "TCSetLayerAttributes: invalid layer type\n" ); in TCSetLayerAttributes()
166 TCErrorMsg( "TCSetLayerBuffer: unknown layer type\n" ); in TCSetLayerBuffer()
221 TCErrorMsg( "TCsetLayerValue: can't 'set' a texel value from a CMPR layer\n" ); in TCSetLayerValue()
226 TCErrorMsg( "TCSetLayerValue: unknown layer type\n" ); in TCSetLayerValue()
281 TCErrorMsg( "TCSetLayerValue: can't 'set' a CMPR texel value\n" ); in TCGetLayerValue()
286 TCErrorMsg( "TCSetLayerValue: unknown layer type- can't set value\n" ); in TCGetLayerValue()
368TCErrorMsg( "TCConvertCI_To_RGB: image %d color layer type is not color-index\n", imPtr->index ); in TCConvertCI_To_RGB()
412 TCErrorMsg( "TCSetLayerType: unknown layer type\n" ); in TCSetLayerType()
425 TCErrorMsg( "TCSetLayerDimensions: layer width is out of range\n" ); in TCSetLayerDimensions()
428 TCErrorMsg( "TCSetLayerDimensions: layer height is out of range\n" ); in TCSetLayerDimensions()
DTCImageList.cpp236TCErrorMsg( "TCSetImageTexelFormat: invalid texel format %d for image %d\n", texelFmt, im->index ); in TCSetImageTexelFormat()
256 TCErrorMsg( "TCSetImageMipMap: invalid LOD range for image %d\n", im->index ); in TCSetImageMipMap()
261 TCErrorMsg( "TCSetImageMipMap: invalid LOD range for image %d\n", im->index ); in TCSetImageMipMap()
267 TCErrorMsg( "TCSetImageMipMap: invalid LOD range for image %d\n", im->index ); in TCSetImageMipMap()
372 TCErrorMsg( "TCFindImageByIndex: image %d is not part of image list\n", index ); in TCFindImageByIndex()
402 TCErrorMsg( "TCFindImagePos: image %d is not part of image list\n", im->index ); in TCFindImagePos()
DTCMem.cpp102 TCErrorMsg( "TCNewMemNode: couldn't allocate new TCMemNode\n" ); in TCNewMemNode()
149 TCErrorMsg( "TCFreeMemNode: tried to free a NULL TCMemNode\n" ); in TCFreeMemNode()
248 TCErrorMsg("TCMalloc: couldn't allocate block of size %d\n", size ); in TCMalloc()
278 TCErrorMsg("TCCalloc: couldn't allocate block of size %d\n", total ); in TCCalloc()
DTCScriptFile.cpp144TCErrorMsg( "TCReadTplTextFile: line exceeded %d characters in '%s'", (NAME_SIZE-1), fileName ); in TCReadTplTxtFile()
421TCErrorMsg( "ProcessImKey: unknown output format '%s' for image %d in script file \n", fmtPtr, ind… in TCProcessImKey()
441TCErrorMsg( "ProcessImKey: unknown wrapS mode '%s' for image %d in script file \n", wrapSPtr, inde… in TCProcessImKey()
459TCErrorMsg( "ProcessImKey: unknown wrapT mode '%s' for image %d in script file \n", wrapTPtr, inde… in TCProcessImKey()
529TCErrorMsg( "ProcessPlKey: tc does not support output format '%s'. (palette %d in script file)\n",… in TCProcessPlKey()
533TCErrorMsg( "ProcessPlKey: unknown output format '%s' for palette %d in script file\n", fmtPtr, in… in TCProcessPlKey()
762 TCErrorMsg( "TCStripBlanks: invalid string length %d for string '%s'\n", srcStr ); in TCStripBlanks()
DTCPaletteList.cpp232 TCErrorMsg( "TCSetPaletteEntryFormat: palette %d; unknown output format\n", pl->index ); in TCSetPaletteEntryFormat()
315 TCErrorMsg( "TCFindPaletteByIndex: palette %d is not part of palette list\n", index ); in TCFindPaletteByIndex()
345 TCErrorMsg( "TCFindPalettePos: palette %d is not part of palette list\n", pl->index ); in TCFindPalettePos()
DTCCommon.cpp84 void TCErrorMsg( char* msg, ... ) in TCErrorMsg() function
DTCMipmap.cpp173TCErrorMsg( "WriteTplImageMipMaps: color layer %d and alpha layer %d have different dimensions\n",… in TCWriteTplImageMipMaps()
240 TCErrorMsg( "TCCreateMipMaps: unknown texel format for image %d\n", thisImage->index ); in TCWriteTplImageMipMaps()
427 TCErrorMsg( "TCCheckMipMapConvParams: image %d has (minLOD > maxLOD)\n", thisImage->index ); in TCCheckMipMapConvParams()
434TCErrorMsg( "TCCheckMipMapConvParams: image %d remaps LODs beyond max pyramid size\n", thisImage->… in TCCheckMipMapConvParams()
DTCTPLToolbox.cpp564TCErrorMsg( "TCWriteTplFile: since width %d is not a power of two, wrapS mode must be GX_CLAMP for… in TCWriteTplFile()
569TCErrorMsg( "TCWriteTplFile: since height %d is not a power of two, wrapT mode must be GX_CLAMP fo… in TCWriteTplFile()
769 TCErrorMsg( "TCSetTplPaletteValues: unknown entry format for palette %d\n", thisPalette->index ); in TCSetTplPaletteValues()
780TCErrorMsg( "TCSetTplPaletteValues: num entries out of range for palette %d\n", thisPalette->index… in TCSetTplPaletteValues()
927TCErrorMsg( "TCComputeTplImageBufferSize: unknown output format for image %d\n", thisImage->index … in TCComputeTplImageBufferSize()
1104 TCErrorMsg( "TCWritePaletteBank: unknown entry format for palette %d\n", plPtr->index ); in TCWriteTplPaletteBank()
1149 TCErrorMsg( "WritePaletteBlockRGB565: error in fwrite for palette %d\n", pal->index ); in TCWritePaletteBlock_R5G6B5()
1162 TCErrorMsg( "WritePaletteBlockRGB565: error in fwrite for palette %d\n", pal->index ); in TCWritePaletteBlock_R5G6B5()
1210 TCErrorMsg( "WritePaletteBlockRGB5A3: error in fwrite for palette %d\n", pal->index ); in TCWritePaletteBlock_RGB5A3()
1222 TCErrorMsg( "WritePaletteBlockRGB5A3: error in fwrite for palette %d\n", pal->index ); in TCWritePaletteBlock_RGB5A3()
[all …]
DTCFile.cpp228 TCErrorMsg( "ReadFile: file %s is an unregistered type\n", fileName ); in TCReadFile()
281 TCErrorMsg( "ReadFile: unable to open %s for read\n", fileName ); in TCReadFile()
DTCSrcImageList.cpp176TCErrorMsg( "TCFindSrcImageByIndex: source image %d is not part of source image list\n", index ); in TCFindSrcImageByIndex()
/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp156 TCErrorMsg( "DecodeTgaFile(): file %s contains no image or palette data\n", dfPtr->name ); in ReadTgaFile()
182 TCErrorMsg( "DecodeTgaFile(): unsupported palette entry size in file %s\n", dfPtr->name ); in ReadTgaFile()
203 TCErrorMsg( "DecodeTgaFile(): unsupported palette bit depth in file %s\n", dfPtr->name ); in ReadTgaFile()
346 TCErrorMsg( "CreateImageColorLayerFromTga(): couldn't allocate layer buffer\n" ); in CreateTgaColorLayer()
371TCErrorMsg( "CreateImageColorLayerFromTga(): unknown pixel depth for file %s colormapped data\n", … in CreateTgaColorLayer()
399TCErrorMsg( "CreateImageColorLayerFromTga(): unknown pixel depth for file %s data\n", dfPtr->name … in CreateTgaColorLayer()
442TCErrorMsg( "CreateImageColorLayerFromTga(): unknown pixel depth for file %s intensity data\n", df… in CreateTgaColorLayer()
565TCErrorMsg( "CreateImageAlphaLayerFromTga(): intensity file %s has unknown pixel depth\n", dfPtr->… in CreateTgaAlphaLayer()
947 TCErrorMsg( "AdjustTgaForPaletteOffset(): unsupported pixel depth\n" ); in AdjustTgaForPaletteOffset()
/RvlSDK-3.1.4/include/charPipeline/tc/
DTCCommon.h49 void TCErrorMsg( char* msg, ... );