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

  /frameworks/rs/rsov/driver/
rsovAllocation.h 138 const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff,
146 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
154 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
162 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod);
169 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod);
rsovAllocation.cpp 497 const Allocation *srcAlloc, uint32_t srcXoff,
503 uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff,
510 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace);
518 uint32_t d, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff,
527 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, srcLod,
537 uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff,
546 dstFace, w, h, srcAlloc, srcXoff, srcYoff,
554 const Allocation *srcAlloc, uint32_t srcXoff,
564 dstLod, w, h, d, srcAlloc, srcXoff, srcYoff,
rsovRuntimeStubs.cpp 211 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip,
217 height, (Allocation *)srcAlloc.p, srcXoff, srcYoff, srcMip, srcFace);
    [all...]
  /frameworks/rs/driver/
rsdAllocation.h 150 uint32_t srcXoff, uint32_t srcLod);
156 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
164 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
rsdAllocation.cpp     [all...]
rsdRuntimeStubs.cpp 226 uint32_t srcXoff, uint32_t srcYoff,
234 srcXoff, srcYoff, srcMip, srcFace);
    [all...]
  /frameworks/rs/
rsScriptC_Lib.cpp 322 uint32_t srcXoff, uint32_t srcYoff,
325 !validateCopyArgs(rsc, true, 2, srcAlloc, srcXoff, srcYoff, srcMip, width, height)) {
331 srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
rs_hal.h 278 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
284 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
292 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
rs.spec 299 param uint32_t srcXoff
315 param uint32_t srcXoff
rsApiStubs.h 84 extern "C" void rsAllocationCopy2DRange (RsContext rsc, RsAllocation dest, uint32_t destXoff, uint32_t destYoff, uint32_t destMip, uint32_t destFace, uint32_t width, uint32_t height, RsAllocation src, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace);
85 extern "C" void rsAllocationCopy3DRange (RsContext rsc, RsAllocation dest, uint32_t destXoff, uint32_t destYoff, uint32_t destZoff, uint32_t destMip, uint32_t width, uint32_t height, uint32_t depth, RsAllocation src, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip);
rsAllocation.cpp 829 uint32_t srcXoff, uint32_t srcYoff,
836 src, srcXoff, srcYoff,srcMip,
846 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
852 src, srcXoff, srcYoff, srcZoff, srcMip);
    [all...]
rsApiStubs.cpp 481 uint32_t srcXoff, uint32_t srcYoff,
485 width, height, src, srcXoff, srcYoff, srcMip, srcFace);
494 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
499 width, height, depth, src, srcXoff, srcYoff, srcZoff, srcMip);
    [all...]
rsRuntime.h 90 uint32_t srcXoff, uint32_t srcYoff,
rsHidlAdaptation.cpp 679 uint32_t srcXoff, uint32_t srcYoff,
686 _srcAlloc, srcXoff, srcYoff, srcMip, (AllocationCubemapFace)srcFace);
694 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
701 _srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
    [all...]
  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py     [all...]
  /hardware/interfaces/renderscript/1.0/
IContext.hal 473 * @param srcXoff X offset of the region in the source Allocation
483 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip,
499 * @param srcXoff Source X offset of the region in the source Allocation
508 Allocation srcAlloc, uint32_t srcXoff,
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 553 long srcAlloc, int srcXoff, int srcYoff,
558 long srcAlloc, int srcXoff, int srcYoff,
565 srcAlloc, srcXoff, srcYoff,
589 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
594 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
600 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java 498 long srcAlloc, int srcXoff, int srcYoff,
503 long srcAlloc, int srcXoff, int srcYoff,
510 srcAlloc, srcXoff, srcYoff,
534 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
539 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
545 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 63 Return<void> allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, AllocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, AllocationCubemapFace srcFace) override;
64 Return<void> 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) override;
Context.cpp 286 Return<void> Context::allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, AllocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, AllocationCubemapFace srcFace) {
295 uint32_t _srcXoff = srcXoff;
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) {
313 uint32_t _srcXoff = srcXoff;
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/rs/script_api/include/
rs_allocation_data.rsh 100 * srcXoff: X offset in the source.
109 uint32_t height, rs_allocation srcAlloc, uint32_t srcXoff,
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh 100 * srcXoff: X offset in the source.
109 uint32_t height, rs_allocation srcAlloc, uint32_t srcXoff,
    [all...]

Completed in 622 milliseconds