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.cpp156 mExecutable(nullptr), mScriptObj(nullptr) { in CpuScriptGroup2Impl()
190 if (mScriptObj != nullptr && mExecutable != nullptr) { in CpuScriptGroup2Impl()
212 delete mExecutable; in ~CpuScriptGroup2Impl()
413 mExecutable = ScriptExecutable::createFromSharedObject( in compile()
416 if (mExecutable != nullptr) { in compile()
487 mExecutable = ScriptExecutable::createFromSharedObject( in compile()