Home
last modified time | relevance | path

Searched refs:Allocation2DRead (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"); in loadSymbols()
261 if (dispatchTab.Allocation2DRead == nullptr) { in loadSymbols()
DAllocation.cpp327 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeTo()
334 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeTo()
356 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DStridedTo()
DrsDispatch.h111 Allocation2DReadFnPtr Allocation2DRead; member
/frameworks/rs/
Drs.spec255 Allocation2DRead {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1335 PER_ARRAY_TYPE(0, dispatchTab.Allocation2DRead, false, in nAllocationRead2D()