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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 102 data_image->byte_order = MSBFirst;
103 data_image->bitmap_bit_order = MSBFirst;
110 mask_image->byte_order = MSBFirst;
111 mask_image->bitmap_bit_order = MSBFirst;
SDL_x11image.c 119 ? MSBFirst : LSBFirst;
SDL_x11wm.c 178 MSBfirst. Reverse the bits in each byte. */
200 ? MSBFirst : LSBFirst;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_subpicture.c 108 printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_order == MSBFirst ? "MSB First" : "Unknown"));
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_subpicture.c 108 printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_order == MSBFirst ? "MSB First" : "Unknown"));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 719 #define MSBFirst 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 719 #define MSBFirst 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 719 #define MSBFirst 1
  /external/libpng/contrib/gregbook/
rpng-x.c 671 * order to MSBFirst and let Xlib worry about inverting things on little-
676 ximage->byte_order = MSBFirst;
702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst?
703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
720 /* recall that we set ximage->byte_order = MSBFirst above */
731 /* recall that we set ximage->byte_order = MSBFirst above */
763 /* recall that we set ximage->byte_order = MSBFirst above */
796 /* recall that we set ximage->byte_order = MSBFirst above */
828 /* recall that we set ximage->byte_order = MSBFirst above */
rpng2-x.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 193 * Return the host's byte order as LSBFirst or MSBFirst ala X.
199 return (*cptr==1) ? LSBFirst : MSBFirst;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 193 * Return the host's byte order as LSBFirst or MSBFirst ala X.
199 return (*cptr==1) ? LSBFirst : MSBFirst;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 98 * Return the host's byte order as LSBFirst or MSBFirst ala X.
104 return (*cptr==1) ? LSBFirst : MSBFirst;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 98 * Return the host's byte order as LSBFirst or MSBFirst ala X.
104 return (*cptr==1) ? LSBFirst : MSBFirst;
    [all...]

Completed in 236 milliseconds