Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java32 mAdaptedAllocation = alloc; in AllocationAdapter()
48 int tx = mAdaptedAllocation.mType.getX(); in initLOD()
49 int ty = mAdaptedAllocation.mType.getY(); in initLOD()
50 int tz = mAdaptedAllocation.mType.getZ(); in initLOD()
127 if (!mAdaptedAllocation.getType().hasFaces()) { in setFace()
150 if (mAdaptedAllocation.getType().getX() <= x) { in setX()
172 if (mAdaptedAllocation.getType().getY() == 0) { in setY()
175 if (mAdaptedAllocation.getType().getY() <= y) { in setY()
197 if (mAdaptedAllocation.getType().getZ() == 0) { in setZ()
200 if (mAdaptedAllocation.getType().getZ() <= z) { in setZ()
[all …]
H A DAllocation.java68 Allocation mAdaptedAllocation; field in Allocation
264 if (mAdaptedAllocation != null) { in getIDSafe()
265 return mAdaptedAllocation.getID(mRS); in getIDSafe()
1457 if (mAdaptedAllocation != null) { in validate2DRange()
1727 if (mAdaptedAllocation != null) { in validate3DRange()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45388 Landroid/renderscript/Allocation;->mAdaptedAllocation:Landroid/renderscript/Allocation;