Searched refs:loadScript (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompilerDriver.h107 // FIXME: This method accompany with loadScript and compileScript should
122 static RSExecutable* loadScript(const char* pCacheDir, const char* pResName, const char* pBitcode,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp69 RSExecutable* RSCompilerDriver::loadScript(const char* pCacheDir, const char* pResName, function in class:RSCompilerDriver
73 // android::StopWatch load_time("bcc: RSCompilerDriver::loadScript time");
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp448 mExecutable = bcc::RSCompilerDriver::loadScript(cacheDir, resName, (const char*)bitcode,
462 mExecutable = bcc::RSCompilerDriver::loadScript(cacheDir, resName, (const char*)bitcode,

Completed in 105 milliseconds