Lines Matching refs:getID
249 return mAdaptedAllocation.getID(mRS); in getIDSafe()
251 return getID(mRS); in getIDSafe()
435 long typeID = mRS.nAllocationGetType(getID(mRS)); in updateFromNative()
501 mRS.nAllocationIoSend(getID(mRS)); in ioSend()
520 mRS.nAllocationIoReceive(getID(mRS)); in ioReceive()
544 i[ct * 4] = d[ct].getID(mRS); in copyFrom()
550 i[ct] = (int) d[ct].getID(mRS); in copyFrom()
784 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom()
916 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps()
1084 count, 1, data.getID(mRS), dataOff, 0, in copy1DRangeFrom()
1240 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom()
1371 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff, in copy3DRangeFrom()
1388 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
1413 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo()
1543 mRS.nAllocationResize1D(getID(mRS), dimX); in resize()
1546 long typeID = mRS.nAllocationGetType(getID(mRS)); in resize()
1882 if (type.getID(rs) == 0) { in createTyped()
1885 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createTyped()
1943 … long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); in createSized()
2030 … long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage); in createFromBitmap()
2042 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createFromBitmap()
2066 mGetSurfaceSurface = mRS.nAllocationGetSurface(getID(mRS)); in getSurface()
2084 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface()
2152 long id = rs.nAllocationCubeCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createCubemapFromBitmap()
2377 mAllocationMap.put(new Long(getID(mRS)), this); in setOnBufferAvailableListener()