OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dstAlloc
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsHidlAdaptation.cpp
682
uint64_t
_dstAlloc
= (uint64_t)(uintptr_t)dstAlloc;
685
GetIContextHandle(context)->allocationCopy2DRange(
_dstAlloc
, dstXoff, dstYoff, dstMip, (AllocationCubemapFace)dstFace, width, height,
697
uint64_t
_dstAlloc
= (uint64_t)(uintptr_t)dstAlloc;
700
GetIContextHandle(context)->allocationCopy3DRange(
_dstAlloc
, dstXoff, dstYoff, dstZoff, dstMip, width, height, depth,
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.cpp
287
RsAllocation
_dstAlloc
= hidl_to_rs<RsAllocation>(dstAlloc);
299
Device::getHal().AllocationCopy2DRange(mContext,
_dstAlloc
, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAlloc, _srcXoff, _srcYoff, _srcMip, _srcFace);
304
RsAllocation
_dstAlloc
= hidl_to_rs<RsAllocation>(dstAlloc);
317
Device::getHal().AllocationCopy3DRange(mContext,
_dstAlloc
, _dstXoff, _dstYoff, _dstZoff, _dstMip, _width, _height, _depth, _srcAlloc, _srcXoff, _srcYoff, _srcZoff, _srcMip);
[
all
...]
Completed in 47 milliseconds