HomeSort by relevance Sort by last modified time
    Searched defs:mAllocation (Results 1 - 14 of 14) 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;
  /frameworks/base/graphics/java/android/renderscript/
ScriptGroup.java 51 Allocation mAllocation;
108 mInputs[ct].mAllocation = a;
128 mOutputs[ct].mAllocation = a;
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;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 52 Allocation mAllocation;
109 mInputs[ct].mAllocation = a;
129 mOutputs[ct].mAllocation = a;
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;
  /frameworks/rs/cpp/
rsCppStructs.h 609 sp<Allocation> mAllocation;
619 return mAllocation->getType();
623 return mAllocation;
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 101 milliseconds