HomeSort by relevance Sort by last modified time
    Searched refs:loadBitmap (Results 1 - 11 of 11) sorted by null

  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 41 mBitmapIn = loadBitmap(R.drawable.data);
69 private Bitmap loadBitmap(int resource) {
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/
AndroidImageInfo.java 15 * {@link AndroidImageInfo#loadBitmap()} method to acquire a bitmap by their own means.
32 loadBitmap();
53 protected void loadBitmap() throws IOException{
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 84 texture = loadBitmap(context, gl, texture);
92 loadBitmap(context, gl, mTextureHash[x]);
127 protected Texture loadBitmap(Context context, GL10 gl, Texture texture) {
  /frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 91 mBitmapTwoByTwo = loadBitmap(R.drawable.twobytwo);
92 mBitmapCity = loadBitmap(R.drawable.city);
140 private Bitmap loadBitmap(int resource) {
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 261 void loadBitmap(int id, int index, String name, float alphamul, int lowcol, int highcol) {
299 loadBitmap(R.drawable.noise1, 0, "Tnoise1", alphamul, lowcol, highcol);
300 loadBitmap(R.drawable.noise2, 1, "Tnoise2", alphamul, lowcol, highcol);
301 loadBitmap(R.drawable.noise3, 2, "Tnoise3", alphamul, lowcol, highcol);
302 loadBitmap(R.drawable.noise4, 3, "Tnoise4", alphamul, lowcol, highcol);
303 loadBitmap(R.drawable.noise5, 4, "Tnoise5", alphamul, lowcol, highcol);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 121 mBitmapIn = loadBitmap(R.drawable.city);
122 mBitmapOut = loadBitmap(R.drawable.city);
167 private Bitmap loadBitmap(int resource) {
LevelsRSActivity.java 136 mBitmapIn = loadBitmap(R.drawable.city);
185 private Bitmap loadBitmap(int resource) {
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 164 mBitmapIn = loadBitmap(R.drawable.city);
165 mBitmapOut = loadBitmap(R.drawable.city);
257 private Bitmap loadBitmap(int resource) {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 285 b.setLargeIcon(loadBitmap(R.drawable.pineapple));
288 b.setLargeIcon(loadBitmap(R.drawable.pineapple2));
291 b.setLargeIcon(loadBitmap(R.drawable.icon2));
397 private Bitmap loadBitmap(int id) {
NotificationTestList.java     [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 141 static Bitmap loadBitmap(String name, Resources res) {
178 return createFromBitmap(loadBitmap(name, res), rs, true);
186 return createFromBitmap(loadBitmap(name, res), rs, false);

Completed in 158 milliseconds