Home
last modified time | relevance | path

Searched refs:getExportFuncNames (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompiler.cpp51 const RSInfo::ExportFuncNameListTy &export_funcs = info->getExportFuncNames(); in beforeAddLTOPasses()
DRSEmbedInfo.cpp87 mInfo->getExportFuncNames(); in runOnModule()
DRSExecutable.cpp81 pInfo.getExportFuncNames(); in Create()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h241 inline const ExportFuncNameListTy &getExportFuncNames() const in getExportFuncNames() function
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp444 script->mHal.info.exportedFunctionCount = info->getExportFuncNames().size(); in populateScript()