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.h77 class ScriptExecutable {
79 ScriptExecutable(void** fieldAddress, bool* fieldIsObject, in ScriptExecutable() function
104 ~ScriptExecutable() { in ~ScriptExecutable()
141 static ScriptExecutable*
DrsCpuScript.h38 class ScriptExecutable; variable
127 ScriptExecutable* mScriptExec;
DrsCpuExecutable.cpp419 ScriptExecutable* ScriptExecutable::createFromSharedObject( in createFromSharedObject()
816 return new ScriptExecutable( in createFromSharedObject()
862 void* ScriptExecutable::getFieldAddress(const char* name) const { in getFieldAddress()
872 bool ScriptExecutable::dumpGlobalInfo() const { in dumpGlobalInfo()
DrsCpuScriptGroup2.cpp487 mExecutable = ScriptExecutable::createFromSharedObject( in compile()
568 mExecutable = ScriptExecutable::createFromSharedObject(mScriptObj); in compile()
602 ScriptExecutable* exec = mGroup->getExecutable(); in setGlobalsForBatch()
DrsCpuScript.cpp260 mScriptExec = ScriptExecutable::createFromSharedObject( in storeRSInfoFromSO()