Searched refs:NAME_WRAP (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkBitmapProcState_procs.h | 11 #ifndef NAME_WRAP 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, alph… 94 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix) 103 #undef NAME_WRAP
|
D | SkBitmapProcState.cpp | 27 #define NAME_WRAP(x) x macro
|
/external/skia/src/core/ |
D | SkBitmapProcState_procs.h | 11 #ifndef NAME_WRAP 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, alph… 94 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix) 103 #undef NAME_WRAP
|
D | SkBitmapProcState.cpp | 27 #define NAME_WRAP(x) x macro
|
/external/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 18 #define NAME_WRAP(x) x ## _neon macro
|
/external/skqp/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 18 #define NAME_WRAP(x) x ## _neon macro
|