OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocationResize1D
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp
104
* Create a Allocation, and verified allocationGetPointer and
allocationResize1D
108
* allocationGetPointer,
allocationResize1D
132
context->
allocationResize1D
(allocation, 1024*1024);
/hardware/interfaces/renderscript/1.0/
IContext.hal
456
allocationResize1D
(Allocation allocation, uint32_t dimX);
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
62
Return<void>
allocationResize1D
(Allocation allocation, uint32_t dimX) override;
Context.cpp
279
Return<void> Context::
allocationResize1D
(Allocation allocation, uint32_t dimX) {
282
Device::getHal().
AllocationResize1D
(mContext, _allocation, _dimX);
[
all
...]
/frameworks/rs/
rsHidlAdaptation.cpp
113
mEntryFuncs.
AllocationResize1D
=
AllocationResize1D
;
666
void RsHidlAdaptation::
AllocationResize1D
(RsContext context, RsAllocation allocation, uint32_t dimX)
670
GetIContextHandle(context)->
allocationResize1D
(_allocation, dimX);
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
792
} else if (target_func == "
allocationResize1D
") {
807
renderscript->
allocationResize1D
(arg0, arg1);
[
all
...]
Completed in 348 milliseconds