Searched refs:mAllocation (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/ |
D | rsAdapter.h | 36 void setAllocation(Allocation *a) {mAllocation.set(a);} in setAllocation() 38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() 40 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() 54 ObjectBaseRef<Allocation> mAllocation; 70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() 72 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() 74 void setAllocation(Allocation *a) {mAllocation.set(a);} in setAllocation() 87 ObjectBaseRef<Allocation> mAllocation;
|
D | rsAdapter.cpp | 41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes, 0); in data() 113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes, 0); in data()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Script.java | 356 protected Allocation mAllocation; field in Script.FieldBase 359 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT); in init() 363 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init() 374 return mAllocation.getType(); in getType() 378 return mAllocation; in getAllocation()
|
D | ScriptGroup.java | 49 Allocation mAllocation; field in ScriptGroup.IO 106 mInputs[ct].mAllocation = a; in setInput() 126 mOutputs[ct].mAllocation = a; in setOutput()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Script.java | 418 protected Allocation mAllocation; field in Script.FieldBase 421 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT); in init() 425 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init() 436 return mAllocation.getType(); in getType() 440 return mAllocation; in getAllocation()
|
D | ScriptGroup.java | 49 Allocation mAllocation; field in ScriptGroup.IO 106 mInputs[ct].mAllocation = a; in setInput() 126 mOutputs[ct].mAllocation = a; in setOutput()
|
/frameworks/rs/cpp/ |
D | Script.cpp | 58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages); in init()
|
D | rsCppStructs.h | 609 sp<Allocation> mAllocation; variable 619 return mAllocation->getType(); in getType() 623 return mAllocation; in getAllocation()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 264 mAllocation.setFromFieldPacker(index, mIOBuffer); 283 mAllocation.setFromFieldPacker(index, 0, fp); 297 mAllocation.setFromFieldPacker(index, 1, fp); 313 mAllocation.setFromFieldPacker(0, mIOBuffer); 325 mAllocation.resize(newSize);
|
/frameworks/base/api/ |
D | current.txt | 20900 field protected android.renderscript.Allocation mAllocation;
|