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

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

Completed in 411 milliseconds