OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocationCreateFromBitmap
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp
130
*
allocationCreateFromBitmap
, and two float vector dataIn & dataOut. dataIn is
135
* Calls: elementCreate, typeCreate,
allocationCreateFromBitmap
,
154
Allocation allocation = context->
allocationCreateFromBitmap
(type,
175
* Calls: elementCreate, typeCreate,
allocationCreateFromBitmap
,
198
Allocation allocSrc = context->
allocationCreateFromBitmap
(typeSrc,
280
* Calls: elementCreate, typeCreate,
allocationCreateFromBitmap
,
299
Allocation allocation = context->
allocationCreateFromBitmap
(type,
/hardware/interfaces/renderscript/1.0/
IContext.hal
116
allocationCreateFromBitmap
(Type type, AllocationMipmapControl mips,
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
44
Return<Allocation>
allocationCreateFromBitmap
(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) override;
Context.cpp
95
Return<Allocation> Context::
allocationCreateFromBitmap
(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) {
100
RsAllocation _allocation = Device::getHal().
AllocationCreateFromBitmap
(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage);
[
all
...]
/frameworks/rs/
rsHidlAdaptation.cpp
101
mEntryFuncs.
AllocationCreateFromBitmap
=
AllocationCreateFromBitmap
;
432
RsAllocation RsHidlAdaptation::
AllocationCreateFromBitmap
(RsContext context, RsType type,
441
uint64_t allocation = GetIContextHandle(context)->
allocationCreateFromBitmap
(_type,
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
108
} else if (target_func == "
allocationCreateFromBitmap
") {
137
renderscript->
allocationCreateFromBitmap
(arg0, arg1, arg2, arg3);
[
all
...]
Completed in 51 milliseconds