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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyToTest.java 384 int zoff = random.nextInt(height); local
388 int zcount = depth - zoff;
398 alloc.copy3DRangeFrom(xoff, yoff, zoff, xcount, ycount, zcount, (Object)inArray);
399 alloc.copy3DRangeTo(xoff, yoff, zoff, xcount, ycount, zcount, (Object)outArray);
421 int zoff = random.nextInt(height); local
425 int zcount = depth - zoff;
438 alloc.copy3DRangeFrom(xoff, yoff, zoff, xcount, ycount, zcount, (Object)inArray);
439 alloc.copy3DRangeTo(xoff, yoff, zoff, xcount, ycount, zcount, (Object)outArray);
461 int zoff = random.nextInt(height); local
465 int zcount = depth - zoff;
501 int zoff = random.nextInt(height); local
541 int zoff = random.nextInt(height); local
581 int zoff = random.nextInt(height); local
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
rasterize.rs 28 static float zoff[12];
49 // string(solve([x1*dx+y1*dy+zoff=z1,x2*dx+y2*dy+zoff=z2,x3*dx+y3*dy+zoff=z3],[dx,dy,zoff]));
61 zoff[total] = ((f1.x * (f3.y * f2.z - f2.y * f3.z) + f1.y * (f2.x * f3.z - f3.x * f2.z) +
118 float z = zoff[i] + delta.x + delta.y;
  /frameworks/rs/cpp/
Allocation.cpp 366 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
371 if (((xoff + w) > mCurrentDimX) || ((yoff + h) > mCurrentDimY) || ((zoff + d) > mCurrentDimZ)) {
377 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
379 validate3DRange(xoff, yoff, zoff, w, h, d);
384 tryDispatch(mRS, RS::dispatch->Allocation3DData(mRS->getContext(), getIDSafe(), xoff, yoff, zoff,
390 tryDispatch(mRS, RS::dispatch->Allocation3DData(mRS->getContext(), getIDSafe(), xoff, yoff, zoff,
397 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d,
399 validate3DRange(xoff, yoff, zoff, w, h, d);
400 tryDispatch(mRS, RS::dispatch->AllocationCopy3DRange(mRS->getContext(), getIDSafe(), xoff, yoff, zoff,
405 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w
    [all...]
rsCppStructs.h 339 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff,
524 * @param[in] zoff Z offset of region to update in this Allocation
530 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
537 * @param[in] zoff Z offset of region to update in this Allocation
546 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,
556 * @param[in] zoff Z offset of region to update in this Allocation
562 void copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 849 * @param zoff
853 public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp) {
864 if(zoff < 0) {
878 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, local
1320 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, local
1370 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, local
1517 mRS.nAllocationElementRead(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, local
1837 mRS.nAllocationRead3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, local
    [all...]
RenderScript.java 517 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
518 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
520 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
577 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,
580 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
584 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
602 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff,
604 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,
607 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
620 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 797 * @param zoff
802 public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp) {
813 if(zoff < 0) {
827 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,
1235 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, local
1277 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, local
    [all...]
RenderScript.java 466 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
467 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
469 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
528 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,
531 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
535 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
554 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff,
556 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,
559 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
574 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip
    [all...]
  /frameworks/rs/driver/
rsdAllocation.h 118 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
133 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
rsdAllocation.cpp 92 uint32_t xoff, uint32_t yoff, uint32_t zoff,
96 ptr += zoff * alloc->mHal.drvState.lod[lod].dimY * alloc->mHal.drvState.lod[lod].stride;
    [all...]
  /frameworks/rs/
rsAllocation.cpp 205 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff,
208 rsc->mHal.funcs.allocation.data3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
246 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
254 rsc->mHal.funcs.allocation.read3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
687 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
690 a->data(rsc, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
873 uint32_t xoff, uint32_t yoff, uint32_t zoff,
877 a->read(rsc, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
    [all...]
rsAllocation.h 132 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
138 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
rs.spec 207 param uint32_t zoff
259 param uint32_t zoff
rs_hal.h 223 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
235 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 329 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff,
477 * @param[in] zoff Z offset of region to update in this Allocation
483 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
490 * @param[in] zoff Z offset of region to update in this Allocation
499 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 329 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff,
477 * @param[in] zoff Z offset of region to update in this Allocation
483 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
490 * @param[in] zoff Z offset of region to update in this Allocation
499 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 329 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff,
477 * @param[in] zoff Z offset of region to update in this Allocation
483 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
490 * @param[in] zoff Z offset of region to update in this Allocation
499 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 4909 Int zoff; \/* accumulator offset *\/ local
    [all...]

Completed in 3662 milliseconds