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

/frameworks/base/opengl/java/android/opengl/
H A DTexture.java85 private int loadTexture(GL10 gl, method in class:Texture
123 name = loadTexture(gl,
H A DETC1Util.java45 public static void loadTexture(int target, int level, int border, method in class:ETC1Util
48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
64 public static void loadTexture(int target, int level, int border, method in class:ETC1Util
H A DObject3D.java140 public void loadTexture(String name) throws IOException { method in class:Object3D
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java189 int texture = loadTexture(R.drawable.large_photo);
251 private int loadTexture(int resource) { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java396 final int texture = loadTexture(mBackground);
459 private int loadTexture(Bitmap bitmap) { method in class:ImageWallpaper.DrawableEngine

Completed in 1051 milliseconds