Home
last modified time | relevance | path

Searched refs:lWidth (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/build/libraries/tc/include/
DS3_intrf.h110 unsigned long lWidth; /* width of texture */ member
133 unsigned int S3TC_GetEncodeSize(unsigned long lWidth, /* [in]*/
149 unsigned int S3TC_GetDecodeSize(unsigned long lWidth, /* [in]*/
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCCreateS3.cpp141 s3RGB.lWidth = lyColor->width; in TCConvertToS3()
202 size = S3TC_GetEncodeSize( s3RGB.lWidth, s3RGB.lHeight, encodeFlag ); in TCConvertToS3()