Searched refs:openglDepth (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DBlurStack.java198 * 1(far) to MAX_DEPTH(near). Converts from openglDepth to stackDepth.
200 * @param openglDepth openGL depth.
203 private static int openglDepthToStackDepth(int openglDepth) { argument
204 return MAX_DEPTH - (openglDepth / DEPTH_SCALE);
209 * 1(far) to MAX_DEPTH(near). Converts from stackDepth to openglDepth.
212 * @return openglDepth openGL depth.

Completed in 60 milliseconds