HomeSort by relevance Sort by last modified time
    Searched refs:RGB_565 (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 28 * RGB format used for pictures encoded as RGB_565. See
31 public static final int RGB_565 = 4;
122 case RGB_565:
PixelFormat.java 40 public static final int RGB_565 = 4;
Bitmap.java 308 RGB_565 (4),
342 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
580 case RGB_565:
581 newConfig = Config.RGB_565;
726 * support per-pixel alpha (e.g. RGB_565), then the alpha
751 * support per-pixel alpha (e.g. RGB_565), then the alpha
790 * support per-pixel alpha (e.g. RGB_565), then the alpha
811 * support per-pixel alpha (e.g. RGB_565), then the alpha
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
Bitmap_ConfigTest.java 26 assertEquals(Config.RGB_565, Config.valueOf("RGB_565"));
36 assertEquals(Config.RGB_565, config[1]);
44 assertNotNull(Bitmap.createBitmap(10, 24, Config.RGB_565));
BitmapTest.java 98 mBitmap.copy(Config.RGB_565, false);
178 Bitmap bitmap = Bitmap.createBitmap(colors, 10, 10, Config.RGB_565);
183 assertEquals(Config.RGB_565, ret.getConfig());
252 Bitmap ret = Bitmap.createBitmap(100, 200, Config.RGB_565);
256 assertEquals(Config.RGB_565, ret.getConfig());
264 Bitmap.createBitmap(colors, 0, 100, -1, 100, Config.RGB_565);
271 Bitmap.createBitmap(colors, 10, 10, 100, 100, Config.RGB_565);
278 Bitmap.createBitmap(colors, -10, 100, 100, 100, Config.RGB_565);
285 Bitmap.createBitmap(colors, 10, 100, 100, 100, Config.RGB_565);
292 Bitmap.createBitmap(colors, 10, 100, 50, 100, Config.RGB_565);
    [all...]
ShaderTest.java 34 Bitmap bitmap = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565);
Canvas_VertexModeTest.java 45 Bitmap bitmap = Bitmap.createBitmap(10, 27, Config.RGB_565);
PixelFormatTest.java 55 PixelFormat.getPixelFormatInfo(PixelFormat.RGB_565, mPixelFormat);
124 assertFalse(PixelFormat.formatHasAlpha(PixelFormat.RGB_565));
BitmapRegionDecoderTest.java 78 Config.RGB_565};
90 // MSE margin for WebP Region-Decoding for 'Config.RGB_565' is little bigger.
177 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) {
203 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) {
227 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) {
239 if (RES_IDS[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) {
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
GraphicsPerformanceTests.java 93 Bitmap.Config.RGB_565);
205 return Bitmap.createBitmap(7, 7, Bitmap.Config.RGB_565);
223 return Bitmap.createBitmap(15, 15, Bitmap.Config.RGB_565);
241 return Bitmap.createBitmap(31, 31, Bitmap.Config.RGB_565);
259 return Bitmap.createBitmap(63, 63, Bitmap.Config.RGB_565);
277 return Bitmap.createBitmap(127, 127, Bitmap.Config.RGB_565);
295 return Bitmap.createBitmap(319, 239, Bitmap.Config.RGB_565);
313 return Bitmap.createBitmap(319, 479, Bitmap.Config.RGB_565);
331 return Bitmap.createBitmap(8, 8, Bitmap.Config.RGB_565);
349 return Bitmap.createBitmap(16, 16, Bitmap.Config.RGB_565);
    [all...]
ThreadBitmapTest.java 41 b = Bitmap.createBitmap(300, 300, Bitmap.Config.RGB_565);
BitmapFactoryTest.java 34 new int[] { Color.BLUE }, 1, 1, Bitmap.Config.RGB_565);
BitmapTest.java 28 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565);
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
112 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, Bitmap.Config.RGB_565);
155 Bitmap.Config config = Bitmap.Config.RGB_565;
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 63 Bitmap.Config.RGB_565);
72 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
91 Bitmap.Config.RGB_565);
99 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
  /development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java 54 mBitmap = Bitmap.createBitmap(W, H, Bitmap.Config.RGB_565);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CreateBitmap.java 80 Bitmap.Config.RGB_565);
88 Bitmap.Config.RGB_565);
Patterns.java 34 Bitmap bm = Bitmap.createBitmap(40, 40, Bitmap.Config.RGB_565);
  /cts/tests/src/android/opengl/cts/
CompressedTextureStubActivity.java 52 optionsRGB.inPreferredConfig = Bitmap.Config.RGB_565;
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 85 Bitmap bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565);
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/
AndroidImageInfo.java 77 case RGB_565:
  /frameworks/volley/tests/src/com/android/volley/toolbox/
ImageRequestTest.java 64 "", null, maxWidth, maxHeight, Config.RGB_565, null);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 105 Bitmap bitmap = Bitmap.createBitmap(100, 50, Config.RGB_565);
119 Bitmap bitmap = Bitmap.createBitmap(100, 50, Config.RGB_565);
129 new BitmapDrawable(Bitmap.createBitmap(100, 50, Config.RGB_565));
134 bmpDrawable = new BitmapDrawable(Bitmap.createBitmap(100, 50, Config.RGB_565));
189 new BitmapDrawable(Bitmap.createBitmap(100, 50, Config.RGB_565));
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 59 bfo.inPreferredConfig = Bitmap.Config.RGB_565;
  /cts/tests/tests/text/src/android/text/style/cts/
IconMarginSpanTest.java 36 Bitmap.createBitmap(COLOR, WIDTH, HEIGHT, Bitmap.Config.RGB_565);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 46 surfaceHolder.setFormat(PixelFormat.RGB_565);

Completed in 488 milliseconds

1 2 3 4