OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkEndian_SwapLE64
(Results
1 - 5
of
5
) 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/chromium_org/third_party/skia/include/core/
SkEndian.h
121
#define
SkEndian_SwapLE64
(n) (n)
135
#define
SkEndian_SwapLE64
(n) SkEndianSwap64(n)
/external/chromium_org/third_party/skia/tests/
TextureCompressionTest.cpp
260
SkEndian_SwapLE64
(
Completed in 133 milliseconds