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

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 59 const char **exportVarNameList = me.getExportVarNameList();
65 export_symbols.push_back(exportVarNameList[i]);
RSEmbedInfo.cpp 73 const char **exportVarNameList = me.getExportVarNameList();
90 s << exportVarNameList[i] << "\n";
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 88 struct ListHeader exportVarNameList;

Completed in 610 milliseconds