Home
last modified time | relevance | path

Searched refs:LSBFirst (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xvmc.c15 LSBFirst, \
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c406 ximage.byte_order = LSBFirst; in xmesa_DrawPixels_8R8G8B()
408 ximage.bitmap_bit_order = LSBFirst; in xmesa_DrawPixels_8R8G8B()
539 ximage.byte_order = LSBFirst; in xmesa_DrawPixels_5R6G5B()
541 ximage.bitmap_bit_order = LSBFirst; in xmesa_DrawPixels_5R6G5B()
Dxm_api.c104 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp393 image.byte_order = LSBFirst; in convertBitmapToXImage()
395 image.bitmap_bit_order = LSBFirst; in convertBitmapToXImage()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_subpicture.c108 …printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_or… in main()
/external/libpng/contrib/gregbook/
Drpng-x.c703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng_x_display_image()
Drpng2-x.c1608 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng2_x_redisplay_image()
/external/libvncserver/x11vnc/
Dscan.c232 if (xim->byte_order == LSBFirst) { in flip_ximage_byte_order()
238 xim->byte_order = LSBFirst; in flip_ximage_byte_order()
239 xim->bitmap_bit_order = LSBFirst; in flip_ximage_byte_order()
Dscreen.c3307 } else if (fb->byte_order == LSBFirst) {
3506 case LSBFirst:
3517 case LSBFirst:
Dnox11.h766 #define LSBFirst 0 macro
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c199 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch2447 + if (ImageByteOrder(dpy) == LSBFirst) {