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

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

Completed in 113 milliseconds