Lines Matching refs:getID
261 return mAdaptedAllocation.getID(mRS); in getIDSafe()
263 return getID(mRS); in getIDSafe()
508 long typeID = mRS.nAllocationGetType(getID(mRS)); in updateFromNative()
574 mRS.nAllocationIoSend(getID(mRS)); in ioSend()
593 mTimeStamp = mRS.nAllocationIoReceive(getID(mRS)); in ioReceive()
617 i[ct * 4] = d[ct].getID(mRS); in copyFrom()
623 i[ct] = (int) d[ct].getID(mRS); in copyFrom()
1002 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom()
1134 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps()
1447 count, 1, data.getID(mRS), dataOff, 0, in copy1DRangeFrom()
1687 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom()
1834 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff, in copy3DRangeFrom()
1851 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
1876 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo()
2079 mRS.nAllocationResize1D(getID(mRS), dimX); in resize()
2082 long typeID = mRS.nAllocationGetType(getID(mRS)); in resize()
2668 if (type.getID(rs) == 0) { in createTyped()
2672 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createTyped()
2730 … long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); in createSized()
2817 … long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage); in createFromBitmap()
2829 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createFromBitmap()
2864 …mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), stride, xBytesSize, mType.getY(), mType.get… in getByteBuffer()
2890 if (t.getID(rs) == 0) { in createAllocations()
2929 if (alloc.getID(rs) == 0) { in createFromAllocation()
2936 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createFromAllocation()
2958 mRS.nAllocationSetupBufferQueue(getID(mRS), numAlloc); in setupBufferQueue()
2972 mRS.nAllocationShareBufferQueue(getID(mRS), alloc.getID(mRS)); in shareBufferQueue()
3026 mGetSurfaceSurface = mRS.nAllocationGetSurface(getID(mRS)); in getSurface()
3044 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface()
3112 long id = rs.nAllocationCubeCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createCubemapFromBitmap()
3337 mAllocationMap.put(new Long(getID(mRS)), this); in setOnBufferAvailableListener()