Searched refs:Allocation2DData (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
D | Allocation.cpp | 238 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom() 265 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DStridedFrom()
|
D | RenderScript.cpp | 230 RS::dispatch->Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"); in loadSymbols() 231 if (RS::dispatch->Allocation2DData == NULL) { in loadSymbols()
|
D | rsDispatch.h | 125 Allocation2DDataFnPtr Allocation2DData; member
|
/frameworks/rs/ |
D | rs.spec | 150 Allocation2DData {
|