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

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 60 const char **exportFuncNameList = me.getExportFuncNameList();
69 export_symbols.push_back(exportFuncNameList[i]);
RSEmbedInfo.cpp 74 const char **exportFuncNameList = me.getExportFuncNameList();
95 s << exportFuncNameList[i] << "\n";
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 89 struct ListHeader exportFuncNameList;

Completed in 204 milliseconds