Home
last modified time | relevance | path

Searched refs:allocationCopy3DRange (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h80 …Return<void> allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32…
H A DContext.cpp319 Return<void> Context::allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy3DRange() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsCopyTests.cpp262 context->allocationCopy3DRange(allocDst, 0, 0, 0, 0, 64, 64, 64, allocSrc, 32, 32, 32, 0); in TEST_P()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp700 …GetIContextHandle(context)->allocationCopy3DRange(_dstAlloc, dstXoff, dstYoff, dstZoff, dstMip, wi… in AllocationCopy3DRange()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal505 allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff,