Searched refs:eoff (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.cpp | 690 uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) { in rsi_Allocation1DElementData() argument 692 a->elementData(rsc, x, 0, 0, data, eoff, sizeBytes); in rsi_Allocation1DElementData() 696 uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) { in rsi_AllocationElementData() argument 698 a->elementData(rsc, x, y, z, data, eoff, sizeBytes); in rsi_AllocationElementData() 904 uint32_t lod, void *data, size_t sizeBytes, size_t eoff) { in rsi_AllocationElementRead() argument 906 a->elementRead(rsc, x, y, z, data, eoff, sizeBytes); in rsi_AllocationElementRead()
|
D | rsHidlAdaptation.cpp | 567 … uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in Allocation1DElementData() argument 574 GetIContextHandle(context)->allocationElementWrite(_allocation, xoff, 0, 0, lod, _data, eoff); in Allocation1DElementData() 578 … uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in AllocationElementData() argument 585 GetIContextHandle(context)->allocationElementWrite(_allocation, x, y, z, lod, _data, eoff); in AllocationElementData() 634 … uint32_t lod, void *data, size_t sizeBytes, size_t eoff) in AllocationElementRead() argument 638 …etIContextHandle(context)->allocationElementRead(_allocation, x, y, z, lod, data, sizeBytes, eoff); in AllocationElementRead()
|