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

  /external/chromium_org/third_party/skia/src/core/
SkUtilsArm.h 37 // The sk_cpu_arm_has_neon() function returns true iff the target device
42 static inline bool sk_cpu_arm_has_neon(void) { function
46 static inline bool sk_cpu_arm_has_neon(void) { function
51 extern bool sk_cpu_arm_has_neon(void) SK_PURE_FUNC;
73 // if (sk_cpu_arm_has_neon())
84 # define SK_ARM_NEON_WRAP(x) (sk_cpu_arm_has_neon() ? x ## _neon : x)
SkUtilsArm.cpp 141 bool sk_cpu_arm_has_neon(void) { function

Completed in 462 milliseconds