Searched refs:stackDepth (Results 1 – 1 of 1) sorted by relevance
229 private static int stackDepthToOpenglDepth(int stackDepth) { in stackDepthToOpenglDepth() argument230 return (MAX_DEPTH - stackDepth) * DEPTH_SCALE; in stackDepthToOpenglDepth()