Home | History | Annotate | Download | only in renderscript

Lines Matching refs:getID

161             return mAdaptedAllocation.getID();
163 return getID();
250 int typeID = mRS.nAllocationGetType(getID());
285 i[ct] = d[ct].getID();
445 mRS.nAllocationCopyFromBitmap(getID(), b);
523 mRS.nAllocationGenerateMipmaps(getID());
651 count, 1, data.getID(), dataOff, 0,
728 w, h, data.getID(), dataXoff, dataYoff,
759 mRS.nAllocationCopyToBitmap(getID(), b);
772 mRS.nAllocationRead(getID(), d);
785 mRS.nAllocationRead(getID(), d);
798 mRS.nAllocationRead(getID(), d);
811 mRS.nAllocationRead(getID(), d);
830 mRS.nAllocationResize1D(getID(), dimX);
833 int typeID = mRS.nAllocationGetType(getID());
847 mRS.nAllocationResize2D(getID(), dimX, dimY);
870 if (type.getID() == 0) {
873 int id = rs.nAllocationCreateTyped(type.getID(), mips.mID, usage);
928 int id = rs.nAllocationCreateTyped(t.getID(), MipmapControl.MIPMAP_NONE.mID, usage);
995 int id = rs.nAllocationCreateFromBitmap(t.getID(), mips.mID, b, usage);
1058 int id = rs.nAllocationCubeCreateFromBitmap(t.getID(), mips.mID, b, usage);