Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java530 String maybeStatic = mUseStaticMethods ? "static " : ""; in emitFunction() local
534 (nativeDecl ? "private " + maybeStatic +"native " : in emitFunction()
535 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()
542 (nativeDecl ? "public " + maybeStatic +"native " : in emitFunction()
543 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()