Java tutorial
//package com.java2s; public class Main { public static void texImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap, int border) { throw new RuntimeException("Stub!"); } public static void texImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap, int type, int border) { throw new RuntimeException("Stub!"); } public static void texImage2D(int target, int level, android.graphics.Bitmap bitmap, int border) { throw new RuntimeException("Stub!"); } }