Searched defs:mAllocation (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpp/
H A DScript.h70 sp<Allocation> mAllocation; member in class:android::renderscriptCpp::Script::FieldBase
80 return mAllocation->getType();
84 return mAllocation;
/frameworks/rs/
H A DrsAdapter.h36 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; member in class:android::renderscript::Adapter1D
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; member in class:android::renderscript::Adapter2D
/frameworks/support/renderscript/v8/rs_support/
H A DrsAdapter.h36 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; member in class:android::renderscript::Adapter1D
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; member in class:android::renderscript::Adapter2D
/frameworks/base/graphics/java/android/renderscript/
H A DScript.java292 protected Allocation mAllocation; field in class:Script.FieldBase
295 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
299 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
310 return mAllocation.getType();
314 return mAllocation;
H A DScriptGroup.java49 Allocation mAllocation; field in class:ScriptGroup.IO
106 mInputs[ct].mAllocation = a;
126 mOutputs[ct].mAllocation = a;
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRSReflect.java48 Class mAllocation; field in class:RSReflect
90 mAllocation = Class.forName("android.renderscript.Allocation");
H A DScript.java292 protected Allocation mAllocation; field in class:Script.FieldBase
295 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
299 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
310 return mAllocation.getType();
314 return mAllocation;
H A DScriptGroup.java43 Allocation mAllocation; field in class:ScriptGroup.IO
100 mInputs[ct].mAllocation = a;
120 mOutputs[ct].mAllocation = a;

Completed in 4365 milliseconds