Home
last modified time | relevance | path

Searched refs:texelFormat (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.1/build/libraries/tc/include/
DTCImageList.h76 u32 texelFormat; // Dolphin texture format from script file member
/RvlSDK-3.1/build/libraries/tc/src/
DTCTPLToolbox.cpp142 u32 texelFormat; // Dolphin texture format ( TPL_IMAGE_TEXEL_FMT_X ) member
540 total += TCWriteTplValue( fp, total, (void*)&imgPtr->texelFormat, 4 ); in TCWriteTplFile()
586 switch( imgPtr->texelFormat ) in TCWriteTplFile()
902 switch(thisImage->texelFormat) in TCComputeTplImageBufferSize()
1302 switch( imPtr->texelFormat ) in TCWriteTplImageBank()
1326 switch( imPtr->texelFormat ) in TCWriteTplImageBank()
2960 imCached.texelFormat = imPtr->texelFormat; in TCWriteCachedScriptFile()
3351 if( imPtr->texelFormat != cImPtr->texelFormat ) in TCCompareImToCachedIm()
DTCMipmap.cpp218 switch( thisImage->texelFormat ) in TCWriteTplImageMipMaps()
551 switch( thisImage->texelFormat ) in TCCheckMipMapFormats()
DTCImageList.cpp231 im->texelFormat = texelFmt; in TCSetImageTexelFormat()