Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DBlurStack.java70 private static final int DEPTH_SCALE = 256 / MAX_DEPTH; field in BlurStack
219 return MAX_DEPTH - (openglDepth / DEPTH_SCALE); in openglDepthToStackDepth()
230 return (MAX_DEPTH - stackDepth) * DEPTH_SCALE; in stackDepthToOpenglDepth()
Dlayered_filter_fast_f32.rscript89 // (1 << g_kDepthScaleShift) must be the same as BlurStack::DEPTH_SCALE.
Dlayered_filter_fast_d1new.rscript81 // (1 << g_kDepthScaleShift) must be the same as BlurStack::DEPTH_SCALE.