HomeSort by relevance Sort by last modified time
    Searched defs:blockIndices (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/opts/
SkTextureCompression_opts_neon.cpp 196 const uint32x4x2_t blockIndices = vtrnq_u32(vreinterpretq_u32_u64(indexRow12),
198 const uint64x2_t blockIndicesLeft = vreinterpretq_u64_u32(vrev64q_u32(blockIndices.val[0]));
199 const uint64x2_t blockIndicesRight = vreinterpretq_u64_u32(vrev64q_u32(blockIndices.val[1]));
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 57 milliseconds