/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 361 allocationElementRead(Allocation allocation, uint32_t x, uint32_t y, [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 58 Return<void> allocationElementRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) override;
|
Context.cpp | 228 Return<void> Context::allocationElementRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) { 237 Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes, _compIdx); [all...] |
/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsCopyTests.cpp | 426 * allocationElementRead 474 context->allocationElementRead(allocation, 0, 0, 0, 0, (Ptr)dataOut.data(),
|
/frameworks/rs/ |
rsHidlAdaptation.cpp | 105 mEntryFuncs.AllocationElementRead = AllocationElementRead; 633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t x, uint32_t y, uint32_t z, 638 GetIContextHandle(context)->allocationElementRead(_allocation, x, y, z, lod, data, sizeBytes, eoff); [all...] |
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
Context.fuzzer.cpp | 563 } else if (target_func == "allocationElementRead") { 620 renderscript->allocationElementRead(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); [all...] |