Searched refs:data2D (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsDriverLoader.cpp | 89 ret &= fn(RS_HAL_ALLOCATION_DATA_2D, (void **)&rsc->mHal.funcs.allocation.data2D); in LoadHalTable()
|
D | rs_hal.h | 247 void (*data2D)(const Context *rsc, const Allocation *alloc, member
|
D | rsFont.cpp | 475 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0, in cacheBitmap()
|
D | rsAllocation.cpp | 214 …rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride); in data()
|