OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptBindAllocation
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/
IContext.hal
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
100
Return<void>
scriptBindAllocation
(Script script, Allocation allocation, uint32_t slot) override;
Context.cpp
616
Return<void> Context::
scriptBindAllocation
(Script script, Allocation allocation, uint32_t slot) {
620
Device::getHal().
ScriptBindAllocation
(mContext, _script, _allocation, _slot);
[
all
...]
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp
288
* allocation1DWrite,
scriptBindAllocation
, scriptSetVarV,
scriptBindAllocation
,
315
context->
scriptBindAllocation
(script, allocation, mExportVarIdx_var_int_ptr);
/frameworks/rs/
rsHidlAdaptation.cpp
141
mEntryFuncs.
ScriptBindAllocation
=
ScriptBindAllocation
;
721
void RsHidlAdaptation::
ScriptBindAllocation
(RsContext context, RsScript script, RsAllocation allocation, uint32_t slot)
726
GetIContextHandle(context)->
scriptBindAllocation
(_script, _allocation, slot);
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
[
all
...]
Completed in 66 milliseconds