Home
last modified time | relevance | path

Searched refs:read2D (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsDriverLoader.cpp92 ret &= fn(RS_HAL_ALLOCATION_READ_2D, (void **)&rsc->mHal.funcs.allocation.read2D); in LoadHalTable()
Drs_hal.h259 void (*read2D)(const Context *rsc, const Allocation *alloc, member
DrsAllocation.cpp258 …rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride); in read()