Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DBlurStack.java256 float backFocalDepth3D = in computeDiskRadius() local
266 } else if (depth3D > backFocalDepth3D) { in computeDiskRadius()
267 radius = blurInfinity * (depth3D - backFocalDepth3D) / depth3D; in computeDiskRadius()