Home
last modified time | relevance | path

Searched refs:kRsGlobalNames (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsDefines.h482 static const char kRsGlobalNames[] = ".rs.global_names"; variable
/frameworks/compile/libbcc/lib/Renderscript/
DRSGlobalInfoPass.cpp210 V = M.getOrInsertGlobal(kRsGlobalNames, VoidPtrArrayTy); in runOnModule()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp305 kRsGlobalNames, // Optional global variable name info. in addInternalizeSymbolsPass()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp324 const char **rsGlobalNames = (const char **) dlsym(sharedObj, kRsGlobalNames); in createFromSharedObject()