HomeSort by relevance Sort by last modified time
    Searched defs:RSScript (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 17 #include "bcc/Renderscript/RSScript.h"
25 bool RSScript::LinkRuntime(RSScript &pScript, const char *rt_path) {
70 RSScript::RSScript(Source &pSource)
75 bool RSScript::doReset() {
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 30 class RSScript;
33 class RSScript : public Script {
37 // to llvm::CodeGenOpt::Level. This makes RSScript LLVM-free.
61 static bool LinkRuntime(RSScript &pScript, const char *rt_path = NULL);
63 RSScript(Source &pSource);
65 virtual ~RSScript() {

Completed in 29 milliseconds