Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DBlurStack.java203 private static int openglDepthToStackDepth(int openglDepth) { in openglDepthToStackDepth() argument
204 return MAX_DEPTH - (openglDepth / DEPTH_SCALE); in openglDepthToStackDepth()