HomeSort by relevance Sort by last modified time
    Searched full:lsbfirst (Results 51 - 74 of 74) sorted by null

1 23

  /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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 376 int byte_order; /* data byte order, LSBFirst, MSBFirst */
378 int bitmap_bit_order; /* LSBFirst, MSBFirst */
523 int byte_order; /* screen byte order, LSBFirst, MSBFirst */
    [all...]
Xlibint.h 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */
    [all...]
Xproto.h 293 CARD8 imageByteOrder; /* LSBFirst, MSBFirst */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 376 int byte_order; /* data byte order, LSBFirst, MSBFirst */
378 int bitmap_bit_order; /* LSBFirst, MSBFirst */
523 int byte_order; /* screen byte order, LSBFirst, MSBFirst */
    [all...]
Xlibint.h 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */
    [all...]
Xproto.h 293 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...]
mtypes.h     [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) {
get.c     [all...]
mtypes.h     [all...]
  /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) {
  /external/libpng/contrib/gregbook/
rpng2-x.c     [all...]

Completed in 2177 milliseconds

1 23