Searched refs:RSCompilerDriver (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompilerDriver.h33 class RSCompilerDriver { class in namespace:bcc
60 RSCompilerDriver(bool pUseCompilerRT = true);
61 ~RSCompilerDriver();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp17 #include "bcc/Renderscript/RSCompilerDriver.h"
63 RSCompilerDriver::RSCompilerDriver(bool pUseCompilerRT) : function in class:RSCompilerDriver
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
[all...]
H A DAndroid.mk26 RSCompilerDriver.cpp \
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h27 class RSCompilerDriver;
103 bcc::RSCompilerDriver *mCompilerDriver;
H A DrsCpuCore.h28 class RSCompilerDriver;
H A DrsCpuScript.cpp29 #include <bcc/Renderscript/RSCompilerDriver.h>
128 mCompilerDriver = new bcc::RSCompilerDriver();
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp38 #include <bcc/Renderscript/RSCompilerDriver.h>
165 bool ConfigCompiler(RSCompilerDriver &pCompilerDriver) {
269 RSCompilerDriver rscd(false);

Completed in 139 milliseconds