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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 94 .AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(
Context.cpp 303 Return<void> Context::allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstMip, uint32_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip) {
317 Device::getHal().AllocationCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip, _width, _height, _depth, _srcAlloc, _srcXoff, _srcYoff, _srcZoff, _srcMip);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 46 dispatchTab.AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DRange");
315 if (dispatchTab.AllocationCopy3DRange == nullptr) {
316 LOG_ERR("Couldn't initialize dispatchTab.AllocationCopy3DRange");
rsDispatch.h 155 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
Allocation.cpp 399 tryDispatch(mRS, RS::dispatch->AllocationCopy3DRange(mRS->getContext(), getIDSafe(), xoff, yoff, zoff,
  /frameworks/rs/
rsHidlAdaptation.h 98 static void AllocationCopy3DRange(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t);
rs.spec 305 AllocationCopy3DRange {
rsHidlAdaptation.cpp 99 mEntryFuncs.AllocationCopy3DRange = AllocationCopy3DRange;
688 void RsHidlAdaptation::AllocationCopy3DRange (RsContext context,
700 GetIContextHandle(context)->allocationCopy3DRange(_dstAlloc, dstXoff, dstYoff, dstZoff, dstMip, width, height, depth,
    [all...]
rsApiStubs.cpp 497 RS_DISPATCH(ctxWrapper, AllocationCopy3DRange,
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 2081 milliseconds