Searched refs:read1D (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/rs/ |
H A D | rsDriverLoader.cpp | 91 ret &= fn(RS_HAL_ALLOCATION_READ_1D, (void **)&rsc->mHal.funcs.allocation.read1D); in LoadHalTable()
|
H A D | rs_hal.h | 256 void (*read1D)(const Context *rsc, const Allocation *alloc, member
|
H A D | rsAllocation.cpp | 239 rsc->mHal.funcs.allocation.read1D(rsc, this, xoff, lod, count, data, sizeBytes); in read() 900 rsc->mHal.funcs.allocation.read1D(rsc, a, xoff, lod, count, data, sizeBytes); in rsi_Allocation1DRead()
|