Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:RSCompilerDriver

17 #include "bcc/Renderscript/RSCompilerDriver.h"
63 RSCompilerDriver::RSCompilerDriver(bool pUseCompilerRT) :
74 RSCompilerDriver::~RSCompilerDriver() {
80 RSCompilerDriver::loadScriptCache(const char *pOutputPath,
82 //android::StopWatch load_time("bcc: RSCompilerDriver::loadScriptCache time");
151 bool RSCompilerDriver::setupConfig(const RSScript &pScript) {
189 RSCompilerDriver::compileScript(RSScript &pScript,
195 //android::StopWatch compile_time("bcc: RSCompilerDriver::compileScript time");
333 RSExecutable *RSCompilerDriver::build(BCCContext &pContext,
340 // android::StopWatch build_time("bcc: RSCompilerDriver::build time");
345 ALOGE("Invalid parameter passed to RSCompilerDriver::build()! (cache dir: "
436 RSExecutable *RSCompilerDriver::build(RSScript &pScript, const char *pOut,