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

  /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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 715 #define MSBFirst 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 715 #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...]
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 191 if (ximg->byte_order == MSBFirst)
192 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: XImage pixels has MSBFirst, %d bits / pixel\n", ximg->bits_per_pixel);
  /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/libvncserver/x11vnc/
scan.c 233 order = "MSBFirst";
234 xim->byte_order = MSBFirst;
235 xim->bitmap_bit_order = MSBFirst;
    [all...]
screen.c     [all...]
nox11.h 767 #define MSBFirst 1
    [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...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 263 milliseconds