Home | History | Annotate | Download | only in renderscript

Lines Matching refs:Surface

26 import android.view.Surface;
1539 * @return Surface object associated with allocation
1542 public Surface getSurface() {
1544 throw new RSInvalidStateException("Allocation is not a surface texture.");
1553 setSurface(new Surface(st));
1557 * Associate a {@link android.view.Surface} with this Allocation. This
1560 * @param sur Surface to associate with allocation
1562 public void setSurface(Surface sur) {