Searched refs:native_byte_order (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dtest_image.c260 int native_byte_order = _native_byte_order_lsb() ? LSBFirst : MSBFirst; local in function:test_init_image
267 ximage->byte_order = native_byte_order;
269 ximage->bitmap_bit_order = native_byte_order;
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dtest_image.c276 int native_byte_order = _native_byte_order_lsb() ? LSBFirst : MSBFirst; local in function:test_init_image
283 ximage->byte_order = native_byte_order;
285 ximage->bitmap_bit_order = native_byte_order;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c407 boolean native_byte_order = (host_byte_order() == local in function:choose_pixel_format
414 if (native_byte_order) {
426 if (native_byte_order) {
438 if (native_byte_order) {
449 && native_byte_order
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_api.c407 boolean native_byte_order = (host_byte_order() == local in function:choose_pixel_format
414 if (native_byte_order) {
426 if (native_byte_order) {
438 if (native_byte_order) {
449 && native_byte_order

Completed in 6 milliseconds