From fd73b5844c9a25038ad31c872529e269536d2e70 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Thu, 21 Jun 2012 17:00:34 -0700 Subject: docs: rs api docs Change-Id: Ib2f1ae1ba47118242d4a52b943f5eba26714aa1f --- .../renderscript/rs__allocation_8rsh_source.html | 34 +++++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'docs/html/reference/renderscript/rs__allocation_8rsh_source.html') diff --git a/docs/html/reference/renderscript/rs__allocation_8rsh_source.html b/docs/html/reference/renderscript/rs__allocation_8rsh_source.html index 0d1c167..3358cff 100644 --- a/docs/html/reference/renderscript/rs__allocation_8rsh_source.html +++ b/docs/html/reference/renderscript/rs__allocation_8rsh_source.html @@ -3,7 +3,7 @@ -/src/ics-mr1/frameworks/base/libs/rs/scriptc/rs_allocation.rsh Source File +rs_allocation.rsh Source File @@ -24,7 +24,7 @@
-
/src/ics-mr1/frameworks/base/libs/rs/scriptc/rs_allocation.rsh
+
rs_allocation.rsh
Go to the documentation of this file.
00001 /*
@@ -93,8 +93,34 @@
 00143 extern const void * __attribute__((overloadable))
 00144     rsGetElementAt(rs_allocation, uint32_t x, uint32_t y, uint32_t z);
 00145 
-00146 #endif
-00147 
+00146 // New API's
+00147 #if (defined(RS_VERSION) && (RS_VERSION >= 16))
+00148 
+00153 extern const void __attribute__((overloadable))
+00154     rsAllocationIoSend(rs_allocation a);
+00155 
+00160 extern const void __attribute__((overloadable))
+00161     rsAllocationIoReceive(rs_allocation a);
+00162 
+00163 
+00169 extern rs_element __attribute__((overloadable))
+00170     rsAllocationGetElement(rs_allocation a);
+00171 
+00178 extern const float4 __attribute__((overloadable))
+00179     rsSample(rs_allocation a, rs_sampler s, float location);
+00189 extern const float4 __attribute__((overloadable))
+00190     rsSample(rs_allocation a, rs_sampler s, float location, float lod);
+00191 
+00198 extern const float4 __attribute__((overloadable))
+00199     rsSample(rs_allocation a, rs_sampler s, float2 location);
+00200 
+00210 extern const float4 __attribute__((overloadable))
+00211     rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
+00212 
+00213 #endif // (defined(RS_VERSION) && (RS_VERSION >= 16))
+00214 
+00215 #endif
+00216 
 
-- cgit v1.1