/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.h | 97 r = (((Pixel&0xF800)>>11)<<3); \
|
SDL_blit_A.c | [all...] |
SDL_yuv_sw.c | [all...] |
SDL_RLEaccel.c | 205 Uint32 ALPHA = 0xF800; \ [all...] |
SDL_video.c | 960 (vf->Bmask == 0xf800 || vf->Bmask == 0x7c00)) { [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_video.c | 326 /* 16 bit RGB */ {0xF800, 0x07E0, 0x001F, 0x0000, 16},
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Texture.cpp | 585 dest[4 * x + 2] = ((rgba & 0xF800) >> 8) | ((rgba & 0xF800) >> 13); 687 dest[4 * x + 2] = ((rgba & 0xF800) >> 8) | ((rgba & 0xF800) >> 13); [all...] |
Context.cpp | [all...] |
/build/tools/zipalign/ |
ZipEntry.cpp | 344 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11;
|
/external/kernel-headers/original/linux/ |
pci_regs.h | 219 #define PCI_PM_CAP_PME_MASK 0xF800 /* PME Mask of all supported states */
|
/external/mesa3d/src/pixelflinger2/ |
llvm_scanline.cpp | 249 dst = builder.CreateAnd(dst, constIntVec(builder, 0xf800, 0x7e0, 0x1f, 0));
|
llvm_texture.cpp | 59 Value * r = builder.CreateAnd(texel, builder.getInt32(0xF800));
|
/external/qemu/hw/ |
goldfish_fb.c | 158 { HAL_PIXEL_FORMAT_RGB_565, 16, 2, 0xf800, 0x7e0, 0x1f, 0x0 },
|
/frameworks/base/tools/aapt/ |
ZipEntry.cpp | 344 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pci_regs.h | 228 #define PCI_PM_CAP_PME_MASK 0xF800 /* PME Mask of all supported states */
|
/external/qemu/android/camera/ |
camera-format-converters.c | 53 static const uint16_t kBlue5 = 0xf800; 55 static const uint16_t kRed5 = 0xf800; [all...] |
/external/fsck_msdos/ |
dir.c | 80 #define DT_HOURS_MASK 0xF800 /* hours */
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_video.c | 238 if (format->Rmask == 0xF800 &&
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibvideo.c | 465 case 0xf800: depth = 16; break; /* 565 */ [all...] |
/external/qemu/android/skin/ |
window.c | 153 uint32_t r = ((pix & 0xf800) << 8) | ((pix & 0xe000) << 3); [all...] |
/bionic/libc/arch-x86/string/ |
ssse3-strcmp-latest.S | 1466 test $0xf800, %esi [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMv7Assembler.h | [all...] |
/external/zlib/contrib/minizip/ |
unzip.c | 860 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800); [all...] |
/frameworks/media/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | 412 r = (ColorContext->rgb16ColorData & 0xf800)>>11; 438 r = (ColorContext->rgb16ColorData & 0xf800)>>11; [all...] |
/frameworks/media/libvideoeditor/vss/src/ |
M4xVSS_internal.c | [all...] |