Searched refs:ScriptExecutable (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.h15 class ScriptExecutable;
69 ScriptExecutable* getExecutable() const { return mExecutable; }
77 ScriptExecutable* mExecutable;
H A DrsCpuExecutable.h63 class ScriptExecutable { class in namespace:android::renderscript
65 ScriptExecutable(void** fieldAddress, bool* fieldIsObject, function in class:android::renderscript::ScriptExecutable
90 ~ScriptExecutable() {
123 // Create an ScriptExecutable object from a shared object.
127 static ScriptExecutable*
H A DrsCpuScript.h36 class ScriptExecutable;
125 ScriptExecutable* mScriptExec;
H A DrsCpuExecutable.cpp305 ScriptExecutable* ScriptExecutable::createFromSharedObject(
687 return new ScriptExecutable(
724 void* ScriptExecutable::getFieldAddress(const char* name) const {
734 bool ScriptExecutable::dumpGlobalInfo() const {
H A DrsCpuScriptGroup2.cpp218 // TODO: move this dlclose into ~ScriptExecutable().
434 mExecutable = ScriptExecutable::createFromSharedObject(
508 mExecutable = ScriptExecutable::createFromSharedObject(mScriptObj);
542 ScriptExecutable* exec = mGroup->getExecutable();
H A DrsCpuScript.cpp275 mScriptExec = ScriptExecutable::createFromSharedObject(

Completed in 1258 milliseconds