Searched refs:read2D (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsDriverLoader.cpp | 92 ret &= fn(RS_HAL_ALLOCATION_READ_2D, (void **)&rsc->mHal.funcs.allocation.read2D); in LoadHalTable()
|
D | rs_hal.h | 259 void (*read2D)(const Context *rsc, const Allocation *alloc, member
|
D | rsAllocation.cpp | 258 …rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride); in read()
|