HomeSort by relevance Sort by last modified time
    Searched refs:swapBytes (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c     [all...]
formats.h 351 GLboolean swapBytes);
pack.c     [all...]
texstore.c 821 byteswap_mapping( GLboolean swapBytes,
824 if (!swapBytes)
885 swap = byteswap_mapping(srcPacking->SwapBytes, srcType);
1027 !srcPacking->SwapBytes &&
    [all...]
  /external/mesa3d/src/mesa/main/
formats.c     [all...]
formats.h 351 GLboolean swapBytes);
pack.c     [all...]
texstore.c 821 byteswap_mapping( GLboolean swapBytes,
824 if (!swapBytes)
885 swap = byteswap_mapping(srcPacking->SwapBytes, srcType);
1027 !srcPacking->SwapBytes &&
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.cpp 82 inline void swapBytes(char* p, char* q)
91 swapBytes(p, p + 1);
96 swapBytes(p, p + 3);
97 swapBytes(p + 1, p + 2);
102 swapBytes(p, p + 7);
103 swapBytes(p + 1, p + 6);
104 swapBytes(p + 2, p + 5);
105 swapBytes(p + 3, p + 4);
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
OGGLoader.java 113 swapBytes(buf, offset, bytesRead);
218 swapBytes(dataBytes, 0, dataBytes.length);
232 private static void swapBytes(byte[] b, int off, int len) {
  /external/chromium_org/third_party/mesa/src/src/glx/
pixel.c 175 GLint swapBytes = state->storeUnpack.swapEndian;
202 swapBytes = 0;
215 if (swapBytes) {
  /external/mesa3d/src/glx/
pixel.c 175 GLint swapBytes = state->storeUnpack.swapEndian;
202 swapBytes = 0;
215 if (swapBytes) {
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 138 PRBool swapBytes)

Completed in 496 milliseconds