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

  /frameworks/rs/
rsAdapter.h 37 void setAllocation(Allocation *a) {mAllocation.set(a);}
39 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
41 const Type * getBaseType() const {return mAllocation->getType();}
57 ObjectBaseRef<Allocation> mAllocation;
74 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
75 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
76 const Type * getBaseType() const {return mAllocation->getType();}
78 void setAllocation(Allocation *a) {mAllocation.set(a);}
92 ObjectBaseRef<Allocation> mAllocation;
rsAdapter.cpp 41 rsAssert(mAllocation.get());
42 rsAssert(mAllocation->getPtr());
43 rsAssert(mAllocation->getType());
44 uint8_t * ptr = static_cast<uint8_t *>(mAllocation->getPtr());
45 ptr += mAllocation->getType()->getLODOffset(mLOD, x, mY);
50 if (mAllocation.get() && mAllocation.get()->getType()) {
52 count *= mAllocation.get()->getType()->getElementSizeBytes();
60 mAllocation.get()->getType()->getSizeBytes());
140 rsAssert(mAllocation.get())
    [all...]
  /frameworks/rs/cpp/
Script.h 70 sp<Allocation> mAllocation;
80 return mAllocation->getType();
84 return mAllocation;
Script.cpp 66 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
  /frameworks/base/graphics/java/android/renderscript/
Script.java 197 protected Allocation mAllocation;
200 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
204 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
215 return mAllocation.getType();
219 return mAllocation;
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 116 milliseconds