Searched refs:data2D (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rs_hal.h | 157 void (*data2D)(const Context *rsc, const Allocation *alloc, member
|
D | rsFont.cpp | 470 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0, in cacheBitmap()
|
D | rsAllocation.cpp | 104 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes); in data()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rs_hal.h | 156 void (*data2D)(const Context *rsc, const Allocation *alloc, member
|
D | rsAllocation.cpp | 99 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes); in data()
|