Home | History | Annotate | Download | only in common

Lines Matching refs:lodThreshold

1263 	const bool		canBeMagnified	= minLod <= sampler.lodThreshold;
1264 const bool canBeMinified = maxLod > sampler.lodThreshold;
1328 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1329 const bool canBeMinified = maxLod > sampler.lodThreshold;
1620 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1621 const bool canBeMinified = maxLod > sampler.lodThreshold;
1712 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1713 const bool canBeMinified = maxLod > sampler.lodThreshold;
1782 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1783 const bool canBeMinified = maxLod > sampler.lodThreshold;
1878 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1879 const bool canBeMinified = maxLod > sampler.lodThreshold;
1972 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1973 const bool canBeMinified = maxLod > sampler.lodThreshold;