Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/tc/src/
DTCLayer.cpp107 case LY_IMAGE_COLOR_CI16: in TCSetLayerAttributes()
145 case LY_IMAGE_COLOR_CI16: in TCSetLayerBuffer()
208 case LY_IMAGE_COLOR_CI16: // this is the only 16-bit format in TCSetLayerValue()
267 case LY_IMAGE_COLOR_CI16: // this is the only 16-bit format in TCGetLayerValue()
366 if( imPtr->lyColor.type != LY_IMAGE_COLOR_CI16 ) in TCConvertCI_To_RGB()
405 case LY_IMAGE_COLOR_CI16: in TCSetLayerType()
DTCTPLToolbox.cpp1305 case LY_IMAGE_COLOR_CI16: in TCWriteTplImageBank()
1451 else if( srcLayer->type == LY_IMAGE_COLOR_CI16 ) in TCPackTile_I4()
1646 else if( colorLayer->type == LY_IMAGE_COLOR_CI16 ) in TCPackTile_IA4()
/RvlSDK-3.2/include/charPipeline/tc/
DTCLayer.h37 #define LY_IMAGE_COLOR_CI16 0x0002 macro
/RvlSDK-3.2/build/tools/TexConv/src/
Dtga.cpp334 case 1: type = LY_IMAGE_COLOR_CI16; break; // color-index in CreateTgaColorLayer()