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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java31 mAdaptedAllocation = alloc;
105 int tx = mAdaptedAllocation.mType.getX();
106 int ty = mAdaptedAllocation.mType.getY();
107 int tz = mAdaptedAllocation.mType.getZ();
143 if (!mAdaptedAllocation.getType().hasMipmaps()) {
160 if (!mAdaptedAllocation.getType().hasFaces()) {
181 if (mAdaptedAllocation.getType().getY() == 0) {
184 if (mAdaptedAllocation.getType().getY() <= y) {
202 if (mAdaptedAllocation.getType().getZ() == 0) {
205 if (mAdaptedAllocation
[all...]
H A DAllocation.java63 Allocation mAdaptedAllocation; field in class:Allocation
192 if (mAdaptedAllocation != null) {
193 return mAdaptedAllocation.getID(mRS);
946 if (mAdaptedAllocation != null) {
1116 if (mAdaptedAllocation != null) {
/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);
839 if (mAdaptedAllocation != null) {
990 if (mAdaptedAllocation != null) {
/frameworks/rs/cpp/
H A DAllocation.cpp226 if (mAdaptedAllocation != NULL) {
288 if (mAdaptedAllocation != NULL) {
H A DrsCppStructs.h292 sp<Allocation> mAdaptedAllocation; member in class:android::RSC::Allocation

Completed in 139 milliseconds