Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java569 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction() argument
572 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()
582 (nativeDecl ? "private " + maybeStatic +"native " : in emitFunction()
586 (nativeDecl ? "Bounds" : "") + in emitFunction()
590 (nativeDecl ? "public " + maybeStatic +"native " : in emitFunction()
604 if (isPointerFunc && nativeDecl) { in emitFunction()
615 if (nativeDecl || interfaceDecl) { in emitFunction()