Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DtexUtils.h59 …BOOL useWeighting; ///< Use channel weightings. With swizzled formats the weig… member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp374 pConfig->useWeighting = USEWEIGHTING_DEFAULT; in InitializeConfig()
548 pConfig->useWeighting = (pConfig->weightingRed != 1.0); in InitializeConfig()
557 pConfig->useWeighting = (pConfig->weightingGreen != 1.0); in InitializeConfig()
566 pConfig->useWeighting = (pConfig->weightingBlue != 1.0); in InitializeConfig()
733 convertOptions.useWeighting = config.useWeighting; in _tmain()
DTexConvert.h148 bool useWeighting; member