HomeSort by relevance Sort by last modified time
    Searched refs:AllocationCopy2DRange (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpp/
rsDispatch.cpp 43 dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange");
273 if (dispatchTab.AllocationCopy2DRange == nullptr) {
274 LOG_ERR("Couldn't initialize dispatchTab.AllocationCopy2DRange");
rsDispatch.h 114 AllocationCopy2DRangeFnPtr AllocationCopy2DRange;
Allocation.cpp 267 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0,
315 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), xoff, yoff,
  /frameworks/rs/
rs.spec 290 AllocationCopy2DRange {
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 65 milliseconds