Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java207 public static String formatFunctionCall(String indent, String functionCall) { in formatFunctionCall() argument
209 String tokens[] = functionCall.split("\\(|\\)", 2); in formatFunctionCall()