Searched refs:LSBFirst (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xvmc.c15 LSBFirst, \
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp393 image.byte_order = LSBFirst;
395 image.bitmap_bit_order = LSBFirst;
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_subpicture.c108 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/
H A Dxm_dd.c406 ximage.byte_order = LSBFirst;
408 ximage.bitmap_bit_order = LSBFirst;
539 ximage.byte_order = LSBFirst;
541 ximage.bitmap_bit_order = LSBFirst;
H A Dxm_api.c98 * Return the host's byte order as LSBFirst or MSBFirst ala X.
104 return (*cptr==1) ? LSBFirst : MSBFirst;
/external/libpng/contrib/gregbook/
H A Drpng-x.c703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
H A Drpng2-x.c1608 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
/external/libvncserver/x11vnc/
H A Dscan.c232 if (xim->byte_order == LSBFirst) {
237 order = "LSBFirst";
238 xim->byte_order = LSBFirst;
239 xim->bitmap_bit_order = LSBFirst;
H A Dscreen.c3307 } else if (fb->byte_order == LSBFirst) {
3506 case LSBFirst:
3507 fprintf(stderr, " byte_order: LSBFirst\n"); break;
3517 case LSBFirst:
3518 fprintf(stderr, " bitmap_bit_order: LSBFirst\n"); break;
H A Dnox11.h766 #define LSBFirst 0 macro
1149 int byte_order; /* data byte order, LSBFirst, MSBFirst */
1151 int bitmap_bit_order; /* LSBFirst, MSBFirst */
1307 int byte_order; /* screen byte order, LSBFirst, MSBFirst */
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c193 * Return the host's byte order as LSBFirst or MSBFirst ala X.
199 return (*cptr==1) ? LSBFirst : MSBFirst;

Completed in 199 milliseconds