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

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xvmc.c 15 LSBFirst, \
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 393 image.byte_order = LSBFirst;
395 image.bitmap_bit_order = LSBFirst;
  /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"));
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 406 ximage.byte_order = LSBFirst;
408 ximage.bitmap_bit_order = LSBFirst;
539 ximage.byte_order = LSBFirst;
541 ximage.bitmap_bit_order = LSBFirst;
xm_api.c 98 * Return the host's byte order as LSBFirst or MSBFirst ala X.
104 return (*cptr==1) ? LSBFirst : MSBFirst;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 714 #define LSBFirst 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 714 #define LSBFirst 0
  /external/libpng/contrib/gregbook/
rpng-x.c 703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
rpng2-x.c     [all...]
  /external/libvncserver/x11vnc/
scan.c 232 if (xim->byte_order == LSBFirst) {
237 order = "LSBFirst";
238 xim->byte_order = LSBFirst;
239 xim->bitmap_bit_order = LSBFirst;
    [all...]
screen.c     [all...]
nox11.h 766 #define LSBFirst 0
    [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...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 215 milliseconds