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

  /frameworks/rs/
rsAdapter.h 36 void setAllocation(Allocation *a) {mAllocation.set(a);}
38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
40 const Type * getBaseType() const {return mAllocation->getType();}
54 ObjectBaseRef<Allocation> mAllocation;
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
72 const Type * getBaseType() const {return mAllocation->getType();}
74 void setAllocation(Allocation *a) {mAllocation.set(a);}
87 ObjectBaseRef<Allocation> mAllocation;
rsAdapter.cpp 41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes, 0);
113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes, 0);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 40 private final Allocation mAllocation;
77 return mAllocation;
96 mAllocation.ioReceive();
116 mAllocation.ioReceive();
137 mAllocation.setOnBufferAvailableListener(/*callback*/null);
157 mAllocation = allocation;
160 mAllocation.setOnBufferAvailableListener(mListener);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 30 private Allocation mAllocation;
42 mAllocation = Allocation.createFromBitmap(rs, mBitmap,
69 return mAllocation;
74 mAllocation.copyTo(mBitmap);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 799 private Allocation mAllocation = null;
823 mAllocation = Allocation.createTyped(mRenderScript, imageType);
848 mAllocation.copyFrom(pixels.array());
851 mAllocation.copyFrom(bitmap);
866 mAllocation.copyFromUnchecked(bytes);
876 return mAllocation;
895 if (mAllocation != null) {
896 mAllocation.destroy();
897 mAllocation = null;
  /frameworks/rs/cpp/
Script.cpp 58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
rsCppStructs.h     [all...]
  /frameworks/base/rs/java/android/renderscript/
Script.java 441 protected Allocation mAllocation;
444 mAllocation = Allocation.createSized(rs, mElement, dimx,
449 mAllocation =
462 return mAllocation.getType();
466 return mAllocation;
ScriptGroup.java 48 Allocation mAllocation;
461 mInputs[ct].mAllocation = a;
483 mOutputs[ct].mAllocation = a;
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 428 protected Allocation mAllocation;
431 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
435 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
446 return mAllocation.getType();
450 return mAllocation;
ScriptGroup.java 55 Allocation mAllocation;
79 Allocation mAllocation;
482 mInputs[ct].mAllocation = a;
506 mOutputs[ct].mAllocation = a;
536 if (l.mAllocation !=null) {
545 l.mAllocation = alloc;
548 n.mOutputs.get(ct3).mAllocation = alloc;
560 ain = nodeInput.mAllocation;
566 ain = sgInput.mAllocation;
572 aout = nodeOutput.mAllocation;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 350 milliseconds