/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsMiscellaneousTests.cpp | 146 * allocationIoReceive, allocation2DRead 186 context->allocation2DRead(allocationRecv, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, 198 * allocation2DWrite, allocation2DRead, allocationIoSend, 252 context->allocation2DRead(allocationRecv1, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, 260 context->allocation2DRead(allocationRecv2, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512,
|
VtsCopyTests.cpp | 59 * into dataOut with allocation2DRead. 62 * allocation2DRead 87 context->allocation2DRead(allocation, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 128, 128, 281 * allocationAdapterCreate, allocationAdapterOffset, allocation2DRead 321 context->allocation2DRead(allocationAdapter, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 335 * dataOut is then overridden with allocation2DRead. 338 * allocationGenerateMipmaps, allocationSyncAll, allocation2DRead 366 context->allocation2DRead(allocation, 0, 0, 1, AllocationCubemapFace::POSITIVE_X, 32, 32, 382 * then overridden with allocation2DRead. 385 * allocation2DRead [all...] |
VtsScriptTests.cpp | 334 * scriptGroupExecute, contextFinish, allocation2DRead 407 context->allocation2DRead(allocation2, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 256,
|
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 390 allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 59 Return<void> allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeBytes, Size stride) override;
|
Context.cpp | 241 Return<void> Context::allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeBytes, Size stride) { 252 Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride); [all...] |
/frameworks/rs/ |
rsHidlAdaptation.cpp | 93 mEntryFuncs.Allocation2DRead = Allocation2DRead; 641 void RsHidlAdaptation::Allocation2DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, 647 GetIContextHandle(context)->allocation2DRead(_allocation, xoff, yoff, lod, (AllocationCubemapFace)face, w, h, data, sizeBytes, stride); [all...] |
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
Context.fuzzer.cpp | 622 } else if (target_func == "allocation2DRead") { 693 renderscript->allocation2DRead(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); [all...] |