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

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

Completed in 153 milliseconds