HomeSort by relevance Sort by last modified time
    Searched refs:mAllocation (Results 1 - 15 of 15) 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);
  /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/graphics/java/android/renderscript/
Script.java 314 protected Allocation mAllocation;
317 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
321 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
332 return mAllocation.getType();
336 return mAllocation;
ScriptGroup.java 51 Allocation mAllocation;
108 mInputs[ct].mAllocation = a;
128 mOutputs[ct].mAllocation = a;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 436 protected Allocation mAllocation;
439 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
443 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
454 return mAllocation.getType();
458 return mAllocation;
ScriptGroup.java 52 Allocation mAllocation;
109 mInputs[ct].mAllocation = a;
129 mOutputs[ct].mAllocation = a;
  /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...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 148 milliseconds