/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 459 * TODO: There are allocationCopy2DRange and 3DRange, but no 1DRange. Should 479 allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 63 Return<void> allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, AllocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, AllocationCubemapFace srcFace) override;
|
Context.cpp | 286 Return<void> Context::allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, AllocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, AllocationCubemapFace srcFace) { 299 Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAlloc, _srcXoff, _srcYoff, _srcMip, _srcFace); [all...] |
/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsCopyTests.cpp | 172 * allocationCopy2DRange. Then the Allocation is copied into dataOut with 176 * allocationCreateTyped, allocationCopy2DRange, allocationRead 209 context->allocationCopy2DRange(allocDst, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 256,
|
/frameworks/rs/ |
rsHidlAdaptation.cpp | 98 mEntryFuncs.AllocationCopy2DRange = AllocationCopy2DRange; 673 void RsHidlAdaptation::AllocationCopy2DRange (RsContext context, 685 GetIContextHandle(context)->allocationCopy2DRange(_dstAlloc, dstXoff, dstYoff, dstMip, (AllocationCubemapFace)dstFace, width, height, [all...] |
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
Context.fuzzer.cpp | 809 } else if (target_func == "allocationCopy2DRange") { 894 renderscript->allocationCopy2DRange(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); [all...] |