Searched refs:RSExecutable (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSExecutable.cpp | 30 const char *RSExecutable::SpecialFunctionNames[] = { 38 RSExecutable *RSExecutable::Create(RSInfo &pInfo, in Create() 51 RSExecutable *result = new (std::nothrow) RSExecutable(pInfo, in Create() 127 bool RSExecutable::syncInfo(bool pForce) { in syncInfo() 162 void RSExecutable::dumpDisassembly(OutputFile &pOutput) const { in dumpDisassembly() 204 RSExecutable::~RSExecutable() { in ~RSExecutable()
|
D | RSCompilerDriver.cpp | 79 RSExecutable * 83 RSExecutable *result = NULL; in loadScriptCache() 141 result = RSExecutable::Create(*info, *output_file, mResolver); in loadScriptCache() 188 RSExecutable * 196 RSExecutable *result = NULL; in compileScript() 299 result = RSExecutable::Create(*info, *output_file, mResolver); in compileScript() 333 RSExecutable *RSCompilerDriver::build(BCCContext &pContext, in build() 382 RSExecutable *result = NULL; in build() 436 RSExecutable *RSCompilerDriver::build(RSScript &pScript, const char *pOut, in build() 449 RSExecutable *result = compileScript(pScript, pOut, pOut, pRuntimePath, in build()
|
D | Android.mk | 28 RSExecutable.cpp \
|
D | RSCompiler.cpp | 42 const char **special_functions = RSExecutable::SpecialFunctionNames; in beforeAddLTOPasses()
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSCompilerDriver.h | 30 class RSExecutable; variable 45 RSExecutable *loadScriptCache(const char *pOutputPath, 52 RSExecutable *compileScript(RSScript &pScript, 84 RSExecutable *build(BCCContext &pContext, 89 RSExecutable *build(RSScript &pScript, const char *pOut,
|
D | RSExecutable.h | 38 class RSExecutable { 58 RSExecutable(RSInfo &pInfo, FileBase &pObjFile, ObjectLoader &pLoader) in RSExecutable() function 69 static RSExecutable *Create(RSInfo &pInfo, 109 ~RSExecutable();
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.h | 28 class RSExecutable; variable 104 bcc::RSExecutable *mExecutable;
|
D | rsCpuCore.h | 29 class RSExecutable; variable
|
D | rsCpuScript.cpp | 124 bcc::RSExecutable *exec; in init()
|