Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJFunc.java20 public class JFunc { class
36 public JFunc(CFunc cfunc) { in JFunc() method in JFunc
121 public static JFunc convert(CFunc cfunc, boolean useArray) { in convert()
123 JFunc jfunc = new JFunc(cfunc); in convert()
DJniCodeEmitter.java74 JFunc jfunc; in emitCode()
79 jfunc = JFunc.convert(cfunc, true); in emitCode()
108 jfunc = JFunc.convert(cfunc, false); in emitCode()
130 public void emitNativeDeclaration(JFunc jfunc, PrintStream out) { in emitNativeDeclaration()
142 public void emitJavaInterfaceCode(JFunc jfunc, PrintStream out) { in emitJavaInterfaceCode()
146 public void emitJavaCode(JFunc jfunc, PrintStream out) { in emitJavaCode()
150 boolean isPointerFunc(JFunc jfunc) { in isPointerFunc()
156 void emitFunctionCall(JFunc jfunc, PrintStream out, String iii, boolean grabArray) { in emitFunctionCall()
540 boolean hasNonConstArg(JFunc jfunc, CFunc cfunc, List<Integer> nonPrimitiveArgs) { in hasNonConstArg()
569 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction()
[all …]