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

/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java515 * if nativeDecl: public native <returntype> func(args);
517 * if !nativeDecl:
521 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { argument
524 if (!nativeDecl && !interfaceDecl && !isPointerFunc) {
526 // with nativeDecl == true
534 (nativeDecl ? "private " + maybeStatic +"native " :
538 (nativeDecl ? "Bounds" : "") +
542 (nativeDecl ? "public " + maybeStatic +"native " :
556 if (isPointerFunc && nativeDecl) {
567 if (nativeDecl || interfaceDec
[all...]

Completed in 95 milliseconds