From 6518f486a5b9cdcb48df3ca09732b51b6df249bf Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Mon, 14 Feb 2011 18:57:46 -0800 Subject: Doc change: fixing renderscript samples Change-Id: Ie5d17df121ec4bc5fd46448c1670d306322b92d8 --- libs/rs/java/Balls/_index.html | 1 + libs/rs/java/Fountain/_index.html | 5 +++++ libs/rs/java/HelloCompute/_index.html | 2 ++ libs/rs/java/HelloWorld/_index.html | 1 + libs/rs/java/Samples/_index.html | 1 + libs/rs/java/_index.html | 1 + 6 files changed, 11 insertions(+) create mode 100644 libs/rs/java/Balls/_index.html create mode 100644 libs/rs/java/Fountain/_index.html create mode 100644 libs/rs/java/HelloCompute/_index.html create mode 100644 libs/rs/java/HelloWorld/_index.html create mode 100644 libs/rs/java/Samples/_index.html create mode 100644 libs/rs/java/_index.html (limited to 'libs/rs') diff --git a/libs/rs/java/Balls/_index.html b/libs/rs/java/Balls/_index.html new file mode 100644 index 000000000000..87604854d3d1 --- /dev/null +++ b/libs/rs/java/Balls/_index.html @@ -0,0 +1 @@ +

A brute force physics simulation that renders many balls onto the screen and moves them according to user touch and gravity.

\ No newline at end of file diff --git a/libs/rs/java/Fountain/_index.html b/libs/rs/java/Fountain/_index.html new file mode 100644 index 000000000000..223242f73bc7 --- /dev/null +++ b/libs/rs/java/Fountain/_index.html @@ -0,0 +1,5 @@ +

An example that renders many dots on the screen that follow a user's touch. The dots fall +to the bottom of the screen when the user releases the finger.

+ + + diff --git a/libs/rs/java/HelloCompute/_index.html b/libs/rs/java/HelloCompute/_index.html new file mode 100644 index 000000000000..abfd9784a958 --- /dev/null +++ b/libs/rs/java/HelloCompute/_index.html @@ -0,0 +1,2 @@ +

A Renderscript compute sample that filters a bitmap. No Renderscript graphics APIs are used +in this sample.

\ No newline at end of file diff --git a/libs/rs/java/HelloWorld/_index.html b/libs/rs/java/HelloWorld/_index.html new file mode 100644 index 000000000000..4cab73817684 --- /dev/null +++ b/libs/rs/java/HelloWorld/_index.html @@ -0,0 +1 @@ +

A Renderscript graphics application that draws the text "Hello, World!" where the user touches.

\ No newline at end of file diff --git a/libs/rs/java/Samples/_index.html b/libs/rs/java/Samples/_index.html new file mode 100644 index 000000000000..5872431420e6 --- /dev/null +++ b/libs/rs/java/Samples/_index.html @@ -0,0 +1 @@ +

A set of samples that demonstrate how to use various features of the Renderscript APIs.

\ No newline at end of file diff --git a/libs/rs/java/_index.html b/libs/rs/java/_index.html new file mode 100644 index 000000000000..5872431420e6 --- /dev/null +++ b/libs/rs/java/_index.html @@ -0,0 +1 @@ +

A set of samples that demonstrate how to use various features of the Renderscript APIs.

\ No newline at end of file -- cgit v1.2.3-59-g8ed1b