Searched refs:SkEndian_SwapLE64 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkBitmapHasher.cpp30 return SkEndian_SwapLE64(*(reinterpret_cast<const uint64_t *>(bytearray)));
H A DSkTextureCompressor.cpp143 return SkEndian_SwapLE64(result);
/external/skia/src/utils/
H A DSkBitmapHasher.cpp30 return SkEndian_SwapLE64(*(reinterpret_cast<const uint64_t *>(bytearray)));
H A DSkTextureCompressor.cpp114 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/
H A DSkEndian.h121 #define SkEndian_SwapLE64(n) (n) macro
135 #define SkEndian_SwapLE64(n) SkEndianSwap64(n) macro
/external/skia/include/core/
H A DSkEndian.h121 #define SkEndian_SwapLE64(n) (n) macro
135 #define SkEndian_SwapLE64(n) SkEndianSwap64(n) macro
/external/chromium_org/third_party/skia/tests/
H A DTextureCompressionTest.cpp108 const uint64_t kConstColorEncoding = SkEndian_SwapLE64(lum | (lum << 8));
/external/skia/tests/
H A DTextureCompressionTest.cpp108 const uint64_t kConstColorEncoding = SkEndian_SwapLE64(lum | (lum << 8));

Completed in 544 milliseconds