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
262
mScriptExec
= nullptr;
275
mScriptExec
= ScriptExecutable::createFromSharedObject(
278
if (
mScriptExec
== nullptr) {
299
size_t varCount =
mScriptExec
->getExportedVariableCount();
305
mIsThreadable =
mScriptExec
->getThreadable();
309
mScriptExec
->dumpGlobalInfo();
501
script->mHal.info.exportedFunctionCount =
mScriptExec
->getExportedFunctionCount();
502
script->mHal.info.exportedReduceCount =
mScriptExec
->getExportedReduceCount();
503
script->mHal.info.exportedForEachCount =
mScriptExec
->getExportedForEachCount();
504
script->mHal.info.exportedVariableCount =
mScriptExec
->getExportedVariableCount()
[
all
...]
rsCpuScript.h
125
ScriptExecutable*
mScriptExec
;
Completed in 286 milliseconds