Home | History | Annotate | Download | only in src

Lines Matching defs:outName

750         String outName = "android_" + jfunc.getName();
753 (outName.endsWith("Pointer") || outName.endsWith("PointerOES") ||
754 outName.endsWith("glDrawElements") ||
755 outName.endsWith("glDrawRangeElements") ||
756 outName.endsWith("glTexImage2D") ||
757 outName.endsWith("glTexSubImage2D") ||
758 outName.endsWith("glCompressedTexImage2D") ||
759 outName.endsWith("glCompressedTexSubImage2D") ||
760 outName.endsWith("glTexImage3D") ||
761 outName.endsWith("glTexSubImage3D") ||
762 outName.endsWith("glCompressedTexImage3D") ||
763 outName.endsWith("glCompressedTexSubImage3D") ||
764 outName.endsWith("glReadPixels"))
767 outName += "Bounds";
772 out.print(outName);
790 outName += "__" + sig;
807 outName +