Searched defs:texImage2D (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java98 public static void texImage2D(int target, int level, int internalformat, method in class:GLUtils
101 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
112 * A version of texImage2D() that takes an explicit type parameter
124 public static void texImage2D(int target, int level, int internalformat, method in class:GLUtils
127 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
138 * A version of texImage2D that determines the internalFormat and type
146 public static void texImage2D(int target, int level, Bitmap bitmap, method in class:GLUtils
149 throw new NullPointerException("texImage2D can't be used with a null Bitmap");

Completed in 57 milliseconds