OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocationAdapterCreate
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/
IContext.hal
56
allocationAdapterCreate
(Type type, Allocation baseAlloc)
61
*
allocationAdapterCreate
() -- the latter uses the terms "selector" and
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
40
Return<Allocation>
allocationAdapterCreate
(Type type, Allocation baseAlloc) override;
Context.cpp
66
Return<Allocation> Context::
allocationAdapterCreate
(Type type, Allocation baseAlloc) {
69
RsAllocation _subAlloc = Device::getHal().
AllocationAdapterCreate
(mContext, _type, _baseAlloc);
[
all
...]
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp
281
*
allocationAdapterCreate
, allocationAdapterOffset, allocation2DRead
310
AllocationAdapter allocationAdapter = context->
allocationAdapterCreate
(subType, allocation);
/frameworks/rs/
rsHidlAdaptation.cpp
96
mEntryFuncs.
AllocationAdapterCreate
=
AllocationAdapterCreate
;
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
33
if (target_func == "
allocationAdapterCreate
") {
48
renderscript->
allocationAdapterCreate
(arg0, arg1);
[
all
...]
Completed in 62 milliseconds