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

/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java563 * if nativeDecl: public native <returntype> func(args);
565 * if !nativeDecl:
569 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { argument
572 if (!nativeDecl && !interfaceDecl && !isPointerFunc) {
574 // with nativeDecl == true
582 (nativeDecl ? "private " + maybeStatic +"native " :
586 (nativeDecl ? "Bounds" : "") +
590 (nativeDecl ? "public " + maybeStatic +"native " :
604 if (isPointerFunc && nativeDecl) {
615 if (nativeDecl || interfaceDec
[all...]

Completed in 140 milliseconds