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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 206 ExportVarNameListTy mExportVarNames;
246 { return mExportVarNames; }
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 269 mHeader.exportVarNameList.count = mExportVarNames.size();
316 for (ExportVarNameListTy::const_iterator var_iter = mExportVarNames.begin(),
317 var_end = mExportVarNames.end(); var_iter != var_end; var_iter++) {
RSInfoWriter.cpp 217 (pOutput, *this, mHeader.exportVarNameList, mExportVarNames)) {
RSInfoExtractor.cpp 236 result->mExportVarNames.push(
RSInfoReader.cpp 303 (data, *result, header->exportVarNameList, result->mExportVarNames)) {

Completed in 50 milliseconds