Home
last modified time | relevance | path

Searched refs:mAdaptedAllocation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java28 mAdaptedAllocation = alloc; in AllocationAdapter()
44 int tx = mAdaptedAllocation.mType.getX(); in initLOD()
45 int ty = mAdaptedAllocation.mType.getY(); in initLOD()
46 int tz = mAdaptedAllocation.mType.getZ(); in initLOD()
104 if (!mAdaptedAllocation.getType().hasMipmaps()) { in setLOD()
123 if (!mAdaptedAllocation.getType().hasFaces()) { in setFace()
146 if (mAdaptedAllocation.getType().getX() <= x) { in setX()
149 if (mWindow.getX() == mAdaptedAllocation.getType().getX()) { in setX()
152 if ((mWindow.getX() + x) >= mAdaptedAllocation.getType().getX()) { in setX()
168 if (mAdaptedAllocation.getType().getY() == 0) { in setY()
[all …]
DAllocation.java64 Allocation mAdaptedAllocation; field in Allocation
260 if (mAdaptedAllocation != null) { in getIDSafe()
261 return mAdaptedAllocation.getID(mRS); in getIDSafe()
1453 if (mAdaptedAllocation != null) { in validate2DRange()
1723 if (mAdaptedAllocation != null) { in validate3DRange()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DAllocation.java63 Allocation mAdaptedAllocation; field in Allocation
239 if (mAdaptedAllocation != null) { in getIDSafe()
240 return mAdaptedAllocation.getID(mRS); in getIDSafe()
1428 if (mAdaptedAllocation != null) { in validate2DRange()
1678 if (mAdaptedAllocation != null) { in validate3DRange()
/frameworks/rs/cpp/
DAllocation.cpp283 if (mAdaptedAllocation != nullptr) { in validate2DRange()
367 if (mAdaptedAllocation != nullptr) { in validate3DRange()
DrsCppStructs.h577 sp<Allocation> mAdaptedAllocation; variable