OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mScriptExec
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
239
mScriptExec
= nullptr;
252
mScriptExec
= ScriptExecutable::createFromSharedObject(
255
if (
mScriptExec
== nullptr) {
276
size_t varCount =
mScriptExec
->getExportedVariableCount();
282
mIsThreadable =
mScriptExec
->getThreadable();
286
mScriptExec
->dumpGlobalInfo();
487
script->mHal.info.exportedFunctionCount =
mScriptExec
->getExportedFunctionCount();
488
script->mHal.info.exportedReduceCount =
mScriptExec
->getExportedReduceCount();
489
script->mHal.info.exportedForEachCount =
mScriptExec
->getExportedForEachCount();
490
script->mHal.info.exportedVariableCount =
mScriptExec
->getExportedVariableCount()
[
all
...]
rsCpuScript.h
127
ScriptExecutable*
mScriptExec
;
Completed in 352 milliseconds