From 615e7cee03d1a53072b0369fa9f247811ac56845 Mon Sep 17 00:00:00 2001 From: Jason Sams <jsams@google.com> Date: Fri, 13 Jan 2012 14:01:20 -0800 Subject: Start implementing SurfaceTexture streaming into RS allocations. Change-Id: I561fbb63c63371ea59047c07fb2d68c21d16e76b --- libs/rs/rs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libs/rs/rs.spec') diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index d60db7e..7913a97 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -64,7 +64,10 @@ AllocationCubeCreateFromBitmap { ret RsAllocation } - +AllocationGetSurfaceTextureID { + param RsAllocation alloc + ret int32_t +} ContextFinish { sync -- cgit v1.1