Home
last modified time | relevance | path

Searched refs:mExecutable (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.h69 ScriptExecutable* getExecutable() const { return mExecutable; } in getExecutable()
77 ScriptExecutable* mExecutable; variable
DrsCpuScriptGroup2.cpp160 mExecutable(nullptr), mScriptObj(nullptr) { in CpuScriptGroup2Impl()
195 if (mScriptObj != nullptr && mExecutable != nullptr) { in CpuScriptGroup2Impl()
217 delete mExecutable; in ~CpuScriptGroup2Impl()
487 mExecutable = ScriptExecutable::createFromSharedObject( in compile()
490 if (mExecutable != nullptr) { in compile()
568 mExecutable = ScriptExecutable::createFromSharedObject(mScriptObj); in compile()