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

  /frameworks/rs/scriptc/
rs_cl.rsh 754 #define XN_FUNC_YN(typeout, fnc, typein) \
761 XN_FUNC_YN(uchar, fnc, char) \
762 XN_FUNC_YN(ushort, fnc, short) \
763 XN_FUNC_YN(uint, fnc, int)
766 XN_FUNC_YN(uchar, fnc, uchar) \
767 XN_FUNC_YN(char, fnc, char) \
768 XN_FUNC_YN(ushort, fnc, ushort) \
769 XN_FUNC_YN(short, fnc, short) \
770 XN_FUNC_YN(uint, fnc, uint) \
771 XN_FUNC_YN(int, fnc, int
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 754 #define XN_FUNC_YN(typeout, fnc, typein) \
761 XN_FUNC_YN(uchar, fnc, char) \
762 XN_FUNC_YN(ushort, fnc, short) \
763 XN_FUNC_YN(uint, fnc, int)
766 XN_FUNC_YN(uchar, fnc, uchar) \
767 XN_FUNC_YN(char, fnc, char) \
768 XN_FUNC_YN(ushort, fnc, ushort) \
769 XN_FUNC_YN(short, fnc, short) \
770 XN_FUNC_YN(uint, fnc, uint) \
771 XN_FUNC_YN(int, fnc, int
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 644 #define XN_FUNC_YN(typeout, fnc, typein) \
670 XN_FUNC_YN(uchar, fnc, char) \
671 XN_FUNC_YN(ushort, fnc, short) \
672 XN_FUNC_YN(uint, fnc, int)
675 XN_FUNC_YN(uchar, fnc, uchar) \
676 XN_FUNC_YN(char, fnc, char) \
677 XN_FUNC_YN(ushort, fnc, ushort) \
678 XN_FUNC_YN(short, fnc, short) \
679 XN_FUNC_YN(uint, fnc, uint) \
680 XN_FUNC_YN(int, fnc, int
    [all...]

Completed in 219 milliseconds