Home | History | Annotate | Download | only in src

Lines Matching refs:outName

694         String outName = "android_" + jfunc.getName();
696 boolean isVBOPointerFunc = (outName.endsWith("Pointer") ||
697 outName.endsWith("PointerOES") ||
698 outName.endsWith("DrawElements") || outName.endsWith("VertexAttribPointer")) &&
701 outName += "Bounds";
706 out.print(outName);
723 outName += "__" + sig;
739 outName +