Searched refs:Allocation2DData (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 39 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"); in loadSymbols() 241 if (dispatchTab.Allocation2DData == nullptr) { in loadSymbols()
|
D | Allocation.cpp | 299 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom() 305 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom() 344 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DStridedFrom()
|
D | rsDispatch.h | 110 Allocation2DDataFnPtr Allocation2DData; member
|
/frameworks/rs/ |
D | rs.spec | 203 Allocation2DData {
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1132 dispatchTab.Allocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0, 0, in nAllocationCopyFromBitmap() 1215 PER_ARRAY_TYPE(nullptr, dispatchTab.Allocation2DData, true, in nAllocationData2D()
|