Searched defs:loadTexture (Results 1 - 5 of 5) 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/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java75 private Allocation loadTexture(int id) { method in class:BallsRS
110 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/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java141 int texture = loadTexture(R.drawable.large_photo);
206 private int loadTexture(int resource) { method in class:ImageFlipRenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java606 final int texture = loadTexture(mBackground);
667 private int loadTexture(Bitmap bitmap) { method in class:ImageWallpaper.DrawableEngine

Completed in 347 milliseconds