Lines Matching refs:mID
256 int mID; field in Allocation.MipmapControl
258 mID = id; in MipmapControl()
1450 mSelectedLOD, mSelectedFace.mID, in copy1DRangeFrom()
1452 data.mSelectedLOD, data.mSelectedFace.mID); in copy1DRangeFrom()
1494 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked()
1690 mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom()
1692 data.mSelectedLOD, data.mSelectedFace.mID); in copy2DRangeFrom()
1720 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data); in copy2DRangeFrom()
2413 mRS.nAllocationRead2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeToUnchecked()
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()
2940 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createFromAllocation()
3116 long id = rs.nAllocationCubeCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createCubemapFromBitmap()