Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java156 void emitFunctionCall(JFunc jfunc, PrintStream out, String iii, boolean grabArray) { in emitFunctionCall() method in JniCodeEmitter
575 emitFunctionCall(jfunc, out, iii, false); in emitFunction()