Searched refs:openglDepth (Results 1 – 1 of 1) sorted by relevance
218 private static int openglDepthToStackDepth(int openglDepth) { in openglDepthToStackDepth() argument219 return MAX_DEPTH - (openglDepth / DEPTH_SCALE); in openglDepthToStackDepth()