Home | History | Annotate | Download | only in renderscript

Lines Matching defs:mWindow

24     Type mWindow;
29 mWindow = t;
107 if (mWindow.hasMipmaps()) {
126 if (mWindow.hasFaces()) {
149 if (mWindow.getX() == mAdaptedAllocation.getType().getX()) {
152 if ((mWindow.getX() + x) >= mAdaptedAllocation.getType().getX()) {
174 if (mWindow.getY() == mAdaptedAllocation.getType().getY()) {
177 if ((mWindow.getY() + y) >= mAdaptedAllocation.getType().getY()) {
199 if (mWindow.getZ() == mAdaptedAllocation.getType().getZ()) {
202 if ((mWindow.getZ() + z) >= mAdaptedAllocation.getType().getZ()) {
220 if (mWindow.getArray(arrayNum) == mAdaptedAllocation.getType().getArray(arrayNum)) {
223 if ((mWindow.getArray(arrayNum) + arrayVal) >= mAdaptedAllocation.getType().getArray(arrayNum)) {