/external/libpng/contrib/gregbook/ |
rpng-x.c | 703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
|
rpng2-x.c | [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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 397 int byte_order; /* data byte order, LSBFirst, MSBFirst */ 399 int bitmap_bit_order; /* LSBFirst, MSBFirst */ 544 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ [all...] |
Xlibint.h | 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ [all...] |
Xproto.h | 297 CARD8 imageByteOrder; /* LSBFirst, MSBFirst */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlib.h | 397 int byte_order; /* data byte order, LSBFirst, MSBFirst */ 399 int bitmap_bit_order; /* LSBFirst, MSBFirst */ 544 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ [all...] |
Xlibint.h | 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ [all...] |
Xproto.h | 297 CARD8 imageByteOrder; /* LSBFirst, MSBFirst */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlib.h | 397 int byte_order; /* data byte order, LSBFirst, MSBFirst */ 399 int bitmap_bit_order; /* LSBFirst, MSBFirst */ 544 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ [all...] |
Xlibint.h | 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ [all...] |
Xproto.h | 297 CARD8 imageByteOrder; /* LSBFirst, MSBFirst */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_api.c | 98 * Return the host's byte order as LSBFirst or MSBFirst ala X. 104 return (*cptr==1) ? LSBFirst : MSBFirst; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
attrib.c | [all...] |
pack.c | 177 if (packing->LsbFirst) { 184 if (packing->LsbFirst) { 269 if (packing->LsbFirst) { 276 if (packing->LsbFirst) { [all...] |
image.c | 401 if (unpack->LsbFirst) {
|
get.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_api.c | 98 * Return the host's byte order as LSBFirst or MSBFirst ala X. 104 return (*cptr==1) ? LSBFirst : MSBFirst; [all...] |
/external/mesa3d/src/mesa/main/ |
attrib.c | [all...] |
pack.c | 177 if (packing->LsbFirst) { 184 if (packing->LsbFirst) { 269 if (packing->LsbFirst) { 276 if (packing->LsbFirst) { [all...] |
image.c | 401 if (unpack->LsbFirst) {
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 171 GLboolean lsbFirst;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 861 if (unpack->LsbFirst) {
|
/external/mesa3d/src/glx/ |
glxclient.h | 171 GLboolean lsbFirst;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 861 if (unpack->LsbFirst) {
|