Searched defs:mAdaptedAllocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
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 DrsCppStructs.h577 sp<Allocation> mAdaptedAllocation; member in class:android::RSC::Allocation

Completed in 143 milliseconds