Home
last modified time | relevance | path

Searched defs:baseDepth (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java852 int baseDepth = base.getResDepth(); in findResourceWithFallback() local
886 int baseDepth = base.getResDepth(); in findStringWithFallback() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java857 int baseDepth = base.getResDepth(); in findResourceWithFallback() local
891 int baseDepth = base.getResDepth(); in findStringWithFallback() local
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp183 …vector<float> getFullScreenGrid (int resolution, deUint32 seed, float baseDepth, float depthNoise,… in getFullScreenGrid()