OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptInvokeIDCreate
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/
IContext.hal
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
91
Return<ScriptInvokeID>
scriptInvokeIDCreate
(Script script, int32_t slot) override;
Context.cpp
545
Return<ScriptInvokeID> Context::
scriptInvokeIDCreate
(Script script, int32_t slot) {
548
RsScriptInvokeID _scriptInvokeID = Device::getHal().
ScriptInvokeIDCreate
(mContext, _script, _slot);
[
all
...]
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp
417
* allocation1DWrite, scriptFieldIDCreate,
scriptInvokeIDCreate
,
449
ScriptInvokeID invokeID = context->
scriptInvokeIDCreate
(script, mExportFuncIdx_setAllocation);
/frameworks/rs/
rsHidlAdaptation.cpp
154
mEntryFuncs.
ScriptInvokeIDCreate
=
ScriptInvokeIDCreate
;
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
[
all
...]
Completed in 1187 milliseconds