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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java63 Allocation mAdaptedAllocation; field in class:Allocation
163 if (mAdaptedAllocation != null) {
164 return mAdaptedAllocation.getID(mRS);
844 if (mAdaptedAllocation != null) {
995 if (mAdaptedAllocation != null) {
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java58 Allocation mAdaptedAllocation; field in class:Allocation
246 if (mAdaptedAllocation != null) {
247 return mAdaptedAllocation.getID(mRS);
1013 if (mAdaptedAllocation != null) {
1171 if (mAdaptedAllocation != null) {
/frameworks/rs/cpp/
H A DrsCppStructs.h298 sp<Allocation> mAdaptedAllocation; member in class:android::RSC::Allocation

Completed in 1596 milliseconds