summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/renderscript/reference/rs_debug.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/topics/renderscript/reference/rs_debug.jd')
-rw-r--r--docs/html/guide/topics/renderscript/reference/rs_debug.jd18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/html/guide/topics/renderscript/reference/rs_debug.jd b/docs/html/guide/topics/renderscript/reference/rs_debug.jd
index d041309..fe29981 100644
--- a/docs/html/guide/topics/renderscript/reference/rs_debug.jd
+++ b/docs/html/guide/topics/renderscript/reference/rs_debug.jd
@@ -78,6 +78,24 @@ They should not be used in shipping applications.
<td> </td>
</tr>
<tr>
+ <td>void rsDebug(const char* message, <a href='rs_value_types.html#android_rs:double2'>double2</a> a);
+</td>
+ <td> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
+ </td>
+ </tr>
+ <tr>
+ <td>void rsDebug(const char* message, <a href='rs_value_types.html#android_rs:double3'>double3</a> a);
+</td>
+ <td> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
+ </td>
+ </tr>
+ <tr>
+ <td>void rsDebug(const char* message, <a href='rs_value_types.html#android_rs:double4'>double4</a> a);
+</td>
+ <td> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
+ </td>
+ </tr>
+ <tr>
<td>void rsDebug(const char* message, float a);
</td>
<td> </td>