Searched refs:read1D (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsDriverLoader.cpp | 91 ret &= fn(RS_HAL_ALLOCATION_READ_1D, (void **)&rsc->mHal.funcs.allocation.read1D); in LoadHalTable()
|
D | rs_hal.h | 256 void (*read1D)(const Context *rsc, const Allocation *alloc, member
|
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()
|