Commit Graph

6 Commits

Author SHA1 Message Date
Yang Ni
51f1e93be7 Updated API reference doc for Single-Source RS
Bug: 29544612
Bug: 29879448

This is auto-generated by running frameworks/rs/api/generate.sh, but
only for rsForEach() and rsCreateAllocation().
Editings to the .spec files in frameworks/rs/api were made based on
feedbacks here.

Staging server:
http://yangni.mtv.corp.google.com/guide/topics/renderscript/reference/rs_for_each.html
http://yangni.mtv.corp.google.com/guide/topics/renderscript/reference/rs_allocation_create.html

Change-Id: I072f2f3fffaa9a1a2af101fa8061f61089daf208
2016-09-02 16:04:34 -07:00
Brian Carlstrom
b61a0dae09 Fix typo in Conversion Functions doc
Bug: 27529815
Change-Id: I470348a232d9955d23463ec32c2de60abb44bc3f
2016-03-29 14:49:09 -07:00
Stephen Hines
663c81b4c3 Update docs for RS object API fixes.
Bug: 22926131

This is the documentation update corresponding to our new named
structures for RS object types.

Change-Id: I282ce78192da7c9f68951ce05100819a306694f0
2015-09-10 18:52:40 -07:00
Stephen Hines
5f785909f3 Update RS docs for M-related changes.
This includes FP16 and the rs_kernel_context object.

Change-Id: If5574bba85060e2bfe6c4d8f2b3cc1b49827a05a
2015-09-10 11:08:29 -07:00
Stephen Hines
6c304d36b9 Replace parentheses with curly braces to fix vector doc bug.
https://code.google.com/p/android/issues/detail?id=178299

Change-Id: I3ae31d48a39e8db9976fdedde560e870b23e2c83
2015-06-29 18:06:10 -07:00
Jean-Luc Brouillet
57e1e8bf52 Overhaul of the RenderScript reference documentation.
This CL replaces the Doxygen generated documentation by one that's created
by our internal tool found in framework/rs/api.  The big advantages:

- Can handle overloaded functions.  Doxygen could not and RenderScript has many.
- Can have version information.
- Can match the look of the Java documentation.
- Cleaner look and no leaking of internal paths.

This CL also include changes introduced by the L release which was missing
previously.

Change-Id: I5ff712cb6dc9993a93cb3c356602825fdfc8d81e
2015-04-30 17:52:33 -07:00