Home
last modified time | relevance | path

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

/frameworks/rs/
DrsDriverLoader.cpp100 ret &= fn(RS_HAL_ALLOCATION_READ_3D, (void **)&rsc->mHal.funcs.allocation.read3D); in LoadHalTable()
Drs_hal.h234 void (*read3D)(const Context *rsc, const Allocation *alloc, member
DrsAllocation.cpp254 …rsc->mHal.funcs.allocation.read3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stri… in read()