Lines Matching refs:getID
193 return mAdaptedAllocation.getID(mRS);
195 return getID(mRS);
348 int typeID = mRS.nAllocationGetType(getID(mRS));
410 mRS.nAllocationIoSend(getID(mRS));
434 mRS.nAllocationIoReceive(getID(mRS));
453 i[ct] = d[ct].getID(mRS);
700 mRS.nAllocationCopyFromBitmap(getID(mRS), b);
798 mRS.nAllocationGenerateMipmaps(getID(mRS));
941 count, 1, data.getID(mRS), dataOff, 0,
1085 w, h, data.getID(mRS), dataXoff, dataYoff,
1243 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1259 mRS.nAllocationCopyToBitmap(getID(mRS), b);
1274 mRS.nAllocationRead(getID(mRS), d);
1289 mRS.nAllocationRead(getID(mRS), d);
1304 mRS.nAllocationRead(getID(mRS), d);
1319 mRS.nAllocationRead(getID(mRS), d);
1342 mRS.nAllocationResize1D(getID(mRS), dimX);
1345 int typeID = mRS.nAllocationGetType(getID(mRS));
1372 if (type.getID(rs) == 0) {
1375 int id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
1430 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1514 int id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage);
1526 int id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips.mID, b, usage);
1546 return mRS.nAllocationGetSurface(getID(mRS));
1568 mRS.nAllocationSetSurface(getID(mRS), sur);
1636 int id = rs.nAllocationCubeCreateFromBitmap(t.getID(rs), mips.mID, b, usage);
1861 mAllocationMap.put(new Integer(getID(mRS)), this);