OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExportVarNames
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp
50
const RSInfo::ExportVarNameListTy &export_vars = info->
getExportVarNames
();
RSEmbedInfo.cpp
77
const RSInfo::ExportVarNameListTy &export_vars = mInfo->
getExportVarNames
();
RSExecutable.cpp
64
pInfo.
getExportVarNames
();
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
245
inline const ExportVarNameListTy &
getExportVarNames
() const
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
479
if (info->
getExportVarNames
().size()) {
480
mBoundAllocs = new Allocation *[info->
getExportVarNames
().size()];
481
memset(mBoundAllocs, 0, sizeof(void *) * info->
getExportVarNames
().size());
710
script->mHal.info.exportedVariableCount = info->
getExportVarNames
().size();
[
all
...]
Completed in 62 milliseconds