Lines Matching refs:getID

265             return mAdaptedAllocation.getID(mRS);  in getIDSafe()
267 return getID(mRS); in getIDSafe()
512 long typeID = mRS.nAllocationGetType(getID(mRS)); in updateFromNative()
578 mRS.nAllocationIoSend(getID(mRS)); in ioSend()
597 mTimeStamp = mRS.nAllocationIoReceive(getID(mRS)); in ioReceive()
621 i[ct * 4] = d[ct].getID(mRS); in copyFrom()
627 i[ct] = (int) d[ct].getID(mRS); in copyFrom()
1006 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom()
1138 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps()
1451 count, 1, data.getID(mRS), dataOff, 0, in copy1DRangeFrom()
1691 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom()
1838 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff, in copy3DRangeFrom()
1855 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
1880 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo()
2083 mRS.nAllocationResize1D(getID(mRS), dimX); in resize()
2086 long typeID = mRS.nAllocationGetType(getID(mRS)); in resize()
2672 if (type.getID(rs) == 0) { in createTyped()
2676 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createTyped()
2734 … long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); in createSized()
2821 … long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage); in createFromBitmap()
2833 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createFromBitmap()
2868 …mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), stride, xBytesSize, mType.getY(), mType.get… in getByteBuffer()
2894 if (t.getID(rs) == 0) { in createAllocations()
2933 if (alloc.getID(rs) == 0) { in createFromAllocation()
2940 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createFromAllocation()
2962 mRS.nAllocationSetupBufferQueue(getID(mRS), numAlloc); in setupBufferQueue()
2976 mRS.nAllocationShareBufferQueue(getID(mRS), alloc.getID(mRS)); in shareBufferQueue()
3030 mGetSurfaceSurface = mRS.nAllocationGetSurface(getID(mRS)); in getSurface()
3048 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface()
3116 long id = rs.nAllocationCubeCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createCubemapFromBitmap()
3341 mAllocationMap.put(new Long(getID(mRS)), this); in setOnBufferAvailableListener()