Searched defs:RSScript (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp17 #include "bcc/Renderscript/RSScript.h"
26 bool RSScript::LinkRuntime(RSScript &pScript, const char *core_lib) {
53 RSScript::RSScript(Source &pSource) function in class:RSScript
58 bool RSScript::doReset() {
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h26 class RSScript;
29 class RSScript : public Script { class in namespace:bcc
33 // to llvm::CodeGenOpt::Level. This makes RSScript LLVM-free.
57 static bool LinkRuntime(RSScript &pScript, const char *rt_path = NULL);
59 RSScript(Source &pSource);
61 virtual ~RSScript() {

Completed in 157 milliseconds