/development/tools/emulator/skins/QVGA/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CompressedTextureActivity.java | 115 Buffer image = createImage(width, height); in load() local 116 … ETC1Util.ETC1Texture etc1Texture = ETC1Util.compressTexture(image, width, height, 3, 3 * width); in load() 136 ByteBuffer image = ByteBuffer.allocateDirect(height * stride) in createImage() local 146 image.position(stride*y+x*3); in createImage() 147 image.put(red); in createImage() 148 image.put(green); in createImage() 149 image.put(blue); in createImage() 152 image.position(0); in createImage() 153 return image; in createImage()
|
/development/tools/emulator/opengl/system/GLESv2/ |
D | gl2.cpp | 51 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES image) in glEGLImageTargetTexture2DOES() argument 53 DBG("glEGLImageTargetTexture2DOES v2 target=%#x img=%p\n", target, image); in glEGLImageTargetTexture2DOES() 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetTexture2DOES() 75 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES() argument 77 DBG("glEGLImageTargetRenderbufferStorageOES v2 image=%p\n", image); in glEGLImageTargetRenderbufferStorageOES() 79 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetRenderbufferStorageOES()
|
/development/tools/emulator/opengl/system/GLESv1/ |
D | gl.cpp | 51 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES image) in glEGLImageTargetTexture2DOES() argument 53 DBG("glEGLImageTargetTexture2DOES v1 target=%#x image=%p", target, image); in glEGLImageTargetTexture2DOES() 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetTexture2DOES() 76 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES() argument 79 target, image); in glEGLImageTargetRenderbufferStorageOES() 81 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; in glEGLImageTargetRenderbufferStorageOES()
|
/development/tools/emulator/system/camera/ |
D | JpegCompressor.cpp | 42 status_t NV21JpegCompressor::compressRawImage(const void* image, in compressRawImage() argument 47 ALOGV("%s: %p[%dx%d]", __FUNCTION__, image, width, height); in compressRawImage() 48 void* pY = const_cast<void*>(image); in compressRawImage()
|
D | JpegCompressor.h | 57 status_t compressRawImage(const void* image,
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/labpretest/ |
D | README | 5 determines device type, erases user cache, flashes a generic userdata image, 6 updates the bootloader image, updates the radio image, updates the system image 38 2) Copy a build image to the new sub directory in our format. 40 3) Copy a boot image to the new sub directory in our format. 42 4) Copy a radio image to the new sub directory in our format.
|
/development/ide/xcode/ports/ |
D | SkBitmap_Mac.cpp | 126 CGImageRef image = bitmap2imageref(bm); in drawToPort() local 127 if (image) { in drawToPort() 133 CGContextDrawImage(cg, rect, image); in drawToPort() 134 CGImageRelease(image); in drawToPort()
|
/development/ide/xcode/pvjpeg.xcodeproj/ |
D | project.pbxproj | 27 …e.cpp.cpp; name = jpgdec_bitstream.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 28 …cecode.cpp.cpp; name = jpgdec_cint.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 29 …e.cpp.cpp; name = jpgdec_colorconv.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 30 …urcecode.cpp.cpp; name = jpgdec_ct.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 31 …ode.cpp.cpp; name = jpgdec_decoder.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 32 …code.cpp.cpp; name = jpgdec_header.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 33 …ode.cpp.cpp; name = jpgdec_huffman.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 34 …ecode.cpp.cpp; name = jpgdec_idctp.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 35 …ecode.cpp.cpp; name = jpgdec_idcts.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 36 …cecode.cpp.cpp; name = jpgdec_scan.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… [all …]
|
/development/tools/emulator/opengl/system/egl/ |
D | ClientAPIExts.in | 9 (GLenum target, GLeglImageOES image), 10 (target, image)) 13 (GLenum target, GLeglImageOES image), 14 (target, image))
|
/development/build/ |
D | sdk-android-mips.atree | 17 # Copy the little-endian Mips32-fp kernel image to .../kernel-qemu
|
D | sdk-android-armeabi-v7a.atree | 17 # Copy the ARMv7 specific kernel image to .../kernel-qemu
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoDecodeRunnable.java | 95 void setImage(Bitmap image); in setImage() argument
|
/development/ide/xcode/animatorTest/animatorTest.xcodeproj/ |
D | project.pbxproj | 254 …sourcecode.c.h; name = jpgdec_api.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 255 …pp.cpp; name = jpgdec_bitstream.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 256 …ode.cpp.cpp; name = jpgdec_cint.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 257 …pp.cpp; name = jpgdec_colorconv.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 258 …rcecode.c.h; name = jpgdec_config.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 259 …ecode.cpp.cpp; name = jpgdec_ct.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 260 ….cpp.cpp; name = jpgdec_decoder.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 261 …urcecode.c.h; name = jpgdec_error.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 262 …e.cpp.cpp; name = jpgdec_header.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… 263 ….cpp.cpp; name = jpgdec_huffman.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgde… [all …]
|
/development/ndk/platforms/android-9/include/EGL/ |
D | eglext.h | 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image); 88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 426 ImageView image = (ImageView)findViewById(R.id.image); in onCreate() local 427 image.setImageDrawable(r.getDrawable(PHOTOS[photo])); in onCreate()
|