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

/frameworks/base/opengl/java/android/opengl/
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
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java72 private Allocation loadTexture(int id) { method in class:BallsRS
104 mPFPoints.bindTexture(loadTexture(R.drawable.flares), 0);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java188 int texture = loadTexture(R.drawable.large_photo);
253 private int loadTexture(int resource) { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java496 final int texture = loadTexture(mBackground);
557 private int loadTexture(Bitmap bitmap) { method in class:ImageWallpaper.DrawableEngine

Completed in 142 milliseconds