OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkEndian_SwapLE64
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/utils/
SkTextureCompressor_LATC.cpp
163
SkEndian_SwapLE64
(
219
SkEndian_SwapLE64
(
253
return
SkEndian_SwapLE64
(pixels[0] | (pixels[0] << 8));
271
return
SkEndian_SwapLE64
(outBlock);
357
SkEndian_SwapLE64
(0xFF | (packIndicesProc(src, rowBytes) << 16));
407
uint64_t block =
SkEndian_SwapLE64
(*(reinterpret_cast<const uint64_t *>(src)));
446
cmpMask =
SkEndian_SwapLE64
(cmpMask << 16); // avoid header
SkTextureCompressor_ASTC.cpp
257
send_packing(dst,
SkEndian_SwapLE64
(top),
SkEndian_SwapLE64
(bottom));
[
all
...]
/external/skia/src/core/
SkEndian.h
121
#define
SkEndian_SwapLE64
(n) (n)
135
#define
SkEndian_SwapLE64
(n) SkEndianSwap64(n)
/external/skia/tests/
TextureCompressionTest.cpp
264
SkEndian_SwapLE64
(
Completed in 61 milliseconds