Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DLodDistanceCalculatorFactory.java50 private LodThreshold lodThreshold = null; field in LodDistanceCalculatorFactory
56 public LodDistanceCalculatorFactory(LodThreshold lodThreshold) { in LodDistanceCalculatorFactory() argument
57 this.lodThreshold = lodThreshold; in LodDistanceCalculatorFactory()
70 c.write(lodThreshold, "lodThreshold", null); in write()
77 lodThreshold = (LodThreshold) c.readSavable("lodThreshold", null); in read()
83 clone.lodThreshold = lodThreshold.clone(); in clone()
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp1258 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1259 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1323 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1324 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1615 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1616 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1707 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1708 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1777 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1778 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
[all …]
DtcuTexCompareVerifier.cpp813 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
814 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
1098 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1099 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
1172 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1173 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
DtcuTexture.cpp1727 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DOffset()
1767 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DOffset()
1807 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray3DOffset()
1847 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DCompare()
1887 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DCompare()
2213 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamless()
2383 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamlessCompare()
2475 const bool magnified = lod <= sampler.lodThreshold; in sampleCubeArraySeamless()
2557 const bool magnified = lod <= sampler.lodThreshold; in sampleCubeArraySeamlessCompare()
DtcuTexture.hpp216 float lodThreshold; // lod <= lodThreshold ? magnified : minified member in tcu::Sampler
255 , lodThreshold (lodThreshold_) in Sampler()
271 , lodThreshold (0.0f) in Sampler()