Searched refs:CVT_FUNC_2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/rs/scriptc/ |
D | rs_cl.rsh | 27 #define CVT_FUNC_2(typeout, typein) \ 36 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \ 37 CVT_FUNC_2(type, char) \ 38 CVT_FUNC_2(type, ushort) \ 39 CVT_FUNC_2(type, short) \ 40 CVT_FUNC_2(type, uint) \ 41 CVT_FUNC_2(type, int) \ 42 CVT_FUNC_2(type, float) 850 #undef CVT_FUNC_2
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | rs_cl.c | 4 #define CVT_FUNC_2(typeout, typein) \ macro 22 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \ 23 CVT_FUNC_2(type, char) \ 24 CVT_FUNC_2(type, ushort) \ 25 CVT_FUNC_2(type, short) \ 26 CVT_FUNC_2(type, uint) \ 27 CVT_FUNC_2(type, int) \ 28 CVT_FUNC_2(type, float) 891 #undef CVT_FUNC_2
|