Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java612 String maybeStatic = mUseStaticMethods ? "static " : ""; in emitFunction() local
616 (nativeDecl ? "private " + maybeStatic +"native " : in emitFunction()
617 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()
624 (nativeDecl ? "public " + maybeStatic +"native " : in emitFunction()
625 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()