Lines Matching refs:mRS

247             return mAdaptedAllocation.getID(mRS);
249 return getID(mRS);
422 long typeID = mRS.nAllocationGetType(getID(mRS));
424 mType = new Type(typeID, mRS);
465 mRS.validate();
466 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
483 mRS.validate();
484 mRS.nAllocationIoSend(getID(mRS));
499 mRS.validate();
500 mRS.nAllocationIoReceive(getID(mRS));
511 mRS.validate();
521 i[ct * 4] = d[ct].getID(mRS);
527 i[ct] = (int)d[ct].getID(mRS);
591 mRS.validate();
739 mRS.validate();
749 mRS.nAllocationCopyFromBitmap(getID(mRS), b);
761 mRS.validate();
777 mRS.validate();
799 mRS.validate();
817 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
822 mRS.validate();
849 mRS.nAllocationGenerateMipmaps(getID(mRS));
857 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt);
1006 mRS.nAllocationData2D(getIDSafe(), off, 0,
1008 count, 1, data.getID(mRS), dataOff, 0,
1032 mRS.validate();
1034 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1136 mRS.validate();
1138 mRS.nAllocationData2D(getIDSafe(), xoff, yoff,
1140 w, h, data.getID(mRS), dataXoff, dataYoff,
1156 mRS.validate();
1166 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
1194 mRS.validate();
1196 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d,
1240 mRS.validate();
1242 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,
1243 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1256 mRS.validate();
1259 mRS.nAllocationCopyToBitmap(getID(mRS), b);
1269 mRS.validate();
1270 mRS.nAllocationRead(getID(mRS), array, dt);
1352 if (mRS.getApplicationContext().getApplicationInfo().targetSdkVersion >= 21) {
1358 mRS.nAllocationResize1D(getID(mRS), dimX);
1359 mRS.finish(); // Necessary because resize is fifoed and update is async.
1361 long typeID = mRS.nAllocationGetType(getID(mRS));
1362 mType = new Type(typeID, mRS);
1562 return mRS.nAllocationGetSurface(getID(mRS));
1572 mRS.validate();
1577 mRS.nAllocationSetSurface(getID(mRS), sur);
1870 mAllocationMap.put(new Long(getID(mRS)), this);