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

  /external/chromium_org/third_party/skia/src/utils/
SkBitmapHasher.cpp 30 return SkEndian_SwapLE64(*(reinterpret_cast<const uint64_t *>(bytearray)));
SkTextureCompressor_LATC.cpp 162 SkEndian_SwapLE64(
218 SkEndian_SwapLE64(
252 return SkEndian_SwapLE64(pixels[0] | (pixels[0] << 8));
270 return SkEndian_SwapLE64(outBlock);
356 SkEndian_SwapLE64(0xFF | (packIndicesProc(src, rowBytes) << 16));
406 uint64_t block = SkEndian_SwapLE64(*(reinterpret_cast<const uint64_t *>(src)));
445 cmpMask = SkEndian_SwapLE64(cmpMask << 16); // avoid header
SkTextureCompressor_ASTC.cpp 257 send_packing(dst, SkEndian_SwapLE64(top), SkEndian_SwapLE64(bottom));
    [all...]
  /external/skia/src/utils/
SkBitmapHasher.cpp 30 return SkEndian_SwapLE64(*(reinterpret_cast<const uint64_t *>(bytearray)));
SkTextureCompressor.cpp 114 SkEndian_SwapLE64(
170 SkEndian_SwapLE64(
204 return SkEndian_SwapLE64(pixels[0] | (pixels[0] << 8));
222 return SkEndian_SwapLE64(outBlock);
  /external/chromium_org/third_party/skia/include/core/
SkEndian.h 121 #define SkEndian_SwapLE64(n) (n)
135 #define SkEndian_SwapLE64(n) SkEndianSwap64(n)
  /external/skia/include/core/
SkEndian.h 121 #define SkEndian_SwapLE64(n) (n)
135 #define SkEndian_SwapLE64(n) SkEndianSwap64(n)
  /external/skia/tests/
TextureCompressionTest.cpp 108 const uint64_t kConstColorEncoding = SkEndian_SwapLE64(lum | (lum << 8));
  /external/chromium_org/third_party/skia/tests/
TextureCompressionTest.cpp 260 SkEndian_SwapLE64(

Completed in 232 milliseconds