Searched refs:texSubImage2D (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java172 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, method in class:GLUtils
175 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");
184 * A version of texSubImage2D() that takes an explicit type parameter
194 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, method in class:GLUtils
197 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");

Completed in 14 milliseconds