Home | History | Annotate | Download | only in common

Lines Matching refs:lodThreshold

792 	const bool		canBeMagnified	= minLod <= sampler.lodThreshold;
793 const bool canBeMinified = maxLod > sampler.lodThreshold;
1077 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1078 const bool canBeMinified = maxLod > sampler.lodThreshold;
1149 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1150 const bool canBeMinified = maxLod > sampler.lodThreshold;