HomeSort by relevance Sort by last modified time
    Searched refs:NAME_WRAP (Results 1 - 3 of 3) sorted by null

  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 18 #define NAME_WRAP(x) x ## _neon
  /external/skia/src/core/
SkBitmapProcState_procs.h 8 // Define NAME_WRAP(x) before including this header to perform name-wrapping
11 #ifndef NAME_WRAP
12 #error "Please define NAME_WRAP() before including this file"
81 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst)
83 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
92 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)
94 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
103 #undef NAME_WRAP
SkBitmapProcState.cpp 28 #define NAME_WRAP(x) x

Completed in 676 milliseconds