Searched refs:stackDepth (Results 1 – 2 of 2) sorted by relevance
263 int stackDepth = 2; // 0: getStackTrace(), 1: buildMetricsReportLog, 2: caller in buildMetricsReportLog() local264 String className = stacktraces[stackDepth].getClassName(); in buildMetricsReportLog()265 String methodName = stacktraces[stackDepth].getMethodName(); in buildMetricsReportLog()
229 private static int stackDepthToOpenglDepth(int stackDepth) { in stackDepthToOpenglDepth() argument230 return (MAX_DEPTH - stackDepth) * DEPTH_SCALE; in stackDepthToOpenglDepth()