Home
last modified time | relevance | path

Searched refs:MSBFirst (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_subpicture.c108 …ics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_order == MSBFirst ? "MSB First" : "… in main()
/external/libpng/contrib/gregbook/
Drpng-x.c676 ximage->byte_order = MSBFirst; in rpng_x_create_window()
702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst? in rpng_x_display_image()
Drpng2-x.c1004 ximage->byte_order = MSBFirst; in rpng2_x_create_window()
1607 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst? in rpng2_x_redisplay_image()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c199 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c104 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
/external/libvncserver/x11vnc/
Dscan.c234 xim->byte_order = MSBFirst; in flip_ximage_byte_order()
235 xim->bitmap_bit_order = MSBFirst; in flip_ximage_byte_order()
Dscreen.c3508 case MSBFirst:
3519 case MSBFirst:
Dnox11.h767 #define MSBFirst 1 macro