Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp758 u32 totalCount, maxCount; in UnencodeTgaImage() local
767 maxCount = width * height; // total # of pixels in the uncompressed image in UnencodeTgaImage()
771 while(totalCount < maxCount) in UnencodeTgaImage()