HomeSort by relevance Sort by last modified time
    Searched refs:RSCompilerDriver (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompilerDriver.h 33 class RSCompilerDriver {
64 RSCompilerDriver(bool pUseCompilerRT = true);
65 ~RSCompilerDriver();
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 17 #include "bcc/Renderscript/RSCompilerDriver.h"
47 RSCompilerDriver::RSCompilerDriver(bool pUseCompilerRT) :
59 RSCompilerDriver::~RSCompilerDriver() {
65 RSCompilerDriver::loadScript(const char *pCacheDir, const char *pResName,
67 //android::StopWatch load_time("bcc: RSCompilerDriver::loadScript time");
157 bool RSCompilerDriver::setupConfig(const RSScript &pScript) {
198 RSCompilerDriver::compileScript(RSScript &pScript,
204 //android::StopWatch compile_time("bcc: RSCompilerDriver::compileScript time")
    [all...]
Android.mk 26 RSCompilerDriver.cpp \
  /frameworks/rs/cpu_ref/
rsCpuScript.h 27 class RSCompilerDriver;
109 bcc::RSCompilerDriver *mCompilerDriver;
rsd_cpu.h 31 class RSCompilerDriver;
40 typedef void (*RSSetupCompilerCallback) (bcc::RSCompilerDriver *);
rsCpuCore.h 28 class RSCompilerDriver;
rsCpuScript.cpp 31 #include <bcc/Renderscript/RSCompilerDriver.h>
377 mCompilerDriver = new bcc::RSCompilerDriver();
    [all...]
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 39 #include <bcc/Renderscript/RSCompilerDriver.h>
122 bool ConfigCompiler(RSCompilerDriver &pRSCD) {
188 RSCompilerDriver RSCD;
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 37 #include <bcc/Renderscript/RSCompilerDriver.h>
164 bool ConfigCompiler(RSCompilerDriver &pCompilerDriver) {
268 RSCompilerDriver rscd(false);

Completed in 56 milliseconds