Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.h15 class ScriptExecutable; variable
69 ScriptExecutable* getExecutable() const { return mExecutable; } in getExecutable()
77 ScriptExecutable* mExecutable;
DrsCpuExecutable.h63 class ScriptExecutable {
65 ScriptExecutable(Context* RSContext, in ScriptExecutable() function
90 ~ScriptExecutable() { in ~ScriptExecutable()
125 static ScriptExecutable*
DrsCpuExecutable.cpp300 ScriptExecutable* ScriptExecutable::createFromSharedObject( in createFromSharedObject()
576 return new ScriptExecutable( in createFromSharedObject()
612 void* ScriptExecutable::getFieldAddress(const char* name) const { in getFieldAddress()
622 bool ScriptExecutable::dumpGlobalInfo() const { in dumpGlobalInfo()
DrsCpuScript.h41 class ScriptExecutable; variable
134 ScriptExecutable* mScriptExec;
DrsCpuScriptGroup2.cpp413 mExecutable = ScriptExecutable::createFromSharedObject( in compile()
487 mExecutable = ScriptExecutable::createFromSharedObject( in compile()
522 ScriptExecutable* exec = mGroup->getExecutable(); in setGlobalsForBatch()
DrsCpuScript.cpp262 mScriptExec = ScriptExecutable::createFromSharedObject( in storeRSInfoFromSO()