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 183 ExportVarNameListTy mExportVarNames;
222 { return mExportVarNames; }
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 134 mHeader.exportVarNameList.count = mExportVarNames.size();
185 for (ExportVarNameListTy::const_iterator var_iter = mExportVarNames.begin(),
186 var_end = mExportVarNames.end(); var_iter != var_end; var_iter++) {
RSInfoWriter.cpp 188 (pOutput, *this, mHeader.exportVarNameList, mExportVarNames)) {
RSInfoReader.cpp 283 (data, *result, header->exportVarNameList, result->mExportVarNames)) {
RSInfoExtractor.cpp 207 result->mExportVarNames.push(

Completed in 38 milliseconds